error 25

Ubuntu 26.04 libgtk-x11-2.0.so.0 error

[ Error message ]error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory [ Solution ]$ sudo apt install libgtk2.0-0 [ Execution log ]gangserver@TCM73-U0424:~/app/doublecmd/gtk2$ sudo apt install libgtk2.0-0주의, 'libgtk2.0-0' 대신에 'libgtk2.0-0t64' 패키지를 선택합니다설치할 패키지: libgtk2.0-0t64설치할 의존성 패키지: libgail-common libgail18t64 ..

OS/Ubuntu 2026.04.25

balenaEtcher / balena-etcher / etcher install error (libgdk-pixbuf2.0-0) - Ubuntu 24.04

1. Install 2. Uninstall Install$ sudo dpkg -i balena-etcher_2.1.4_amd64.debor$ sudo apt install ./balena-etcher_2.1.4_amd64.deb [ Execution log ]gangserver@RC530-U0407:~$ sudo dpkg -i ./balena-etcher_2.1.4_amd64.deb[sudo] gangserver 암호: Selecting previously unselected package balena-etcher.(데이터베이스 읽는중 ...현재 261659개의 파일과 디렉터리가 설치되어 있습니다.)Preparing to unpack .../balena-etcher_2.1.4_amd64.deb ...U..

OS/Ubuntu 2026.04.24

Pandas read_excel error : ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead.

[ Code ]import pandas as pddf = pd.read_excel("test.xlsx") [ Error message ]Pandas read_excel error : ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead. [ Reason ]Since xlrd 2.0 and above only supports the xls format and not the xlsx format, install the openpyxl module to process the xlsx format with read_excel in Pandas. [ Solu..

개발/Python 2026.04.11

Ubuntu 24.04 / Error when running PyQt6 application (xcb-cursor0 or libxcb-cursor0)

[ Error message ]qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.Available platform plugins are: eglfs, minimalegl, off..

OS/Ubuntu 2026.03.31

우분투 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

Eclipse console error : Failed to load module "canberra-gtk-module"

- Eclipse console message:Gtk-Message: 17:42:01.091: Failed to load module "canberra-gtk-module" [ Solution ]- Install libcanberra-gtk-module$ sudo apt install libcanberra-gtk-module [ Execution Log ]gangserver@RC530-U0922:~$ sudo apt install libcanberra-gtk-module패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료 다음의 추가 패키지가 설치될 것입니다 : libcanberra-gtk0다음 새 패키지를 설치할 것입니다: ..

OS/Ubuntu 2025.09.26

libQt5PrintSupport.so.5 error when running double commander (doublecmd) qt version on Ubuntu 24.04

[ Error message at runtime ]gangserver@RC530-U0922:~/app/doublecmd_qt$ ./doublecmd./doublecmd: error while loading shared libraries: libQt5PrintSupport.so.5: cannot open shared object file: No such file or directory [ Solution ]Install libqt5pas1$ sudo apt install libqt5pas1 [ Execution Log ]gangserver@RC530-U0922:~/app/doublecmd_qt$ sudo apt install libqt5pas1패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중..

OS/Ubuntu 2025.09.22

CentOS Stream 9 Microsoft Edge rpm install error (liberation-fonts)

1. Download Edgehttps://www.microsoft.com/edge/business/download 비즈니스용 Microsoft Edge 다운로드 및 배포Download and Deploy Microsoft Edge for Business조직에 대한 최신 버전의 비즈니스용 Microsoft Edge를 다운로드하여 배포합니다. 이 빠르고 안전한 엔터프라이즈 브라우저를 Windows, Mac 또는 Linux에서 다운로드하세요.www.microsoft.com - Download the last > Linux > Linux(.rpm) version : 140.0.3485.81Download file name : microsoft-edge-stable-140.0.3485.81-1.x86_64.rp..

OS/CentOS 2025.09.22