728x90
반응형

ubuntu 73

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

Ubuntu 26.04 RUST (rustup) Install / Uninstall

1. Install 2. Uninstall Install* Rustup: the Rust installer and version management tool$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh [ Execution log ]* If curl is not installed, an error occurs; install curl first, then install rust. gangserver@TCM73-U0424:~$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh명령어 'curl' 을(를) 찾을 수 없습니다. 그러나 다음을 통해 설치할 수 있습니다:sudo sn..

OS/Ubuntu 2026.04.24
728x90
반응형