반응형

분류 전체보기 222

error loading libfuse.so.2

$ ./Vrew-0.13.24-x86_64.AppImage dlopen(): error loading libfuse.so.2 AppImages 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 => libfuse2 install $ sudo apt install libfuse2 [sudo] gangserver 암호: 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니..

OS/Ubuntu 2023.02.28

Ubuntu 20.04 Python 3.9 / 3.10 install

package install $ sudo apt install software-properties-common repository add $ sudo add-apt-repository ppa:deadsnakes/ppa Python 3.9 install $ sudo apt install python3.9 Python 3.10 install $ sudo apt install python3.10 [ console log ] $ sudo apt install software-properties-common 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니다 상태 정보를 읽는 중입니다... 완료 패키지 software-properties-common는 이미 최신 버전입니다 (0.99.9.8). ..

개발/Python 2022.04.04
반응형