반응형

실행 17

우분투 24.10 HeidiSQL Qt6 버전 실행 오류 (libQt6Pas.so.6)

HeidiSQL Qt6 버전 실행 시 오류 메시지 $ ./heidisql [ 실행 로그 ]gangserver@RC530-U0110:~/app/heidisql_qt6$ ./heidisql./heidisql: error while loading shared libraries: libQt6Pas.so.6: cannot open shared object file: No such file or directory [ 해결 방안 ]libqt6pas6 또는 libqt6pas-dev를 설치한다. - libqt6pas6 설치$ sudo apt install libqt6pas6 [ 실행 로그 ]gangserver@RC530-U0110:~$ sudo apt install libqt6pas6설치할 패키지: ..

OS/Ubuntu 2026.03.05

구름 OS 4.2 lspci 실행

구름 OS 4.2는 기본적으로 lspci 명령어가 설치 안되어 있다.gangserver@gooroom:~$ lspcibash: lspci: 명령어를 찾을 수 없음그래서 lspci를 설치하려고 하면 lspci 패키지가 없다고 나온다.gangserver@gooroom:~$ sudo apt install lspci[sudo] gangserver 암호: 패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료 E: lspci 패키지를 찾을 수 없습니다 lspci를 실행하기 위해서는 pciutils라는 패키지를 설치하면 된다.gangserver@gooroom:~$ sudo apt install pciutils패키지 목록을 읽는 중입니다... 완..

OS/구름 OS 2025.03.22

구름 OS 4.2 Pyinstaller 실행 시 binutils 오류

[ 오류 내용 ]$ pyinstaller -w -F --specpath spec test.pyOn Linux, objdump is required. It is typically provided by the 'binutils' package installable via your Linux distribution's package manager. [ 오류 발생 이유 ]PyInstaller에는 일반적으로 binutils 패키지에서 제공하는 ldd와 objcopy가 필요합니다. sudo apt-get update && sudo apt-get install binutils를 실행해야 합니다.(PyInstaller requires ldd and objcopy which are typically provided by..

OS/구름 OS 2025.03.11

Ubuntu CPU-X AppImage execution : libfuse.so.2 error

~$ ./CPU-X-4.5.3-x86_64.AppImage dlopen(): error loading libfuse.so.2AppImages require FUSE to run. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information~$ sudo apt install libfuse2[sudo] gangserver 암호: 패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다....

OS/Ubuntu 2023.09.02
728x90
반응형