728x90
반응형

install 22

Ubuntu CPU-X install

~$ ./CPU-X-4.5.3-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 ~$ sudo apt install libfuse2 [sudo] gangserver 암호: 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니다... 완료 상태 정보를 읽는 중..

카테고리 없음 2023.09.02

Ubuntu libssh2 library install

- Error Message : LibSSH2 library not found! To use SSH2 connections, please install the LibSSH2 library (libssh2.so.1)! - Install libssh2-1 $ sudo apt install libssh2-1 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니다... 완료 상태 정보를 읽는 중입니다... 완료 다음 새 패키지를 설치할 것입니다: libssh2-1 0개 업그레이드, 1개 새로 설치, 0개 제거 및 9개 업그레이드 안 함. 109 k바이트 아카이브를 받아야 합니다. 이 작업 후 377 k바이트의 디스크 공간을 더 사용하게 됩니다. 받기:1 http://kr.archive.ubuntu..

OS/Ubuntu 2023.05.12

Raspberry Pi double commander install

Double commander gtk version install $ sudo apt install doublecmd-gtk Double commander qt version install $ sudo apt install doublecmd-qt (Korean) user@raspberrypi:~ $ sudo apt install doublecmd-gtk 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니다... 완료 상태 정보를 읽는 중입니다... 완료 The following additional packages will be installed: doublecmd-common doublecmd-plugins 제안하는 패키지: doublecmd-help-en | doublecmd-help ..

OS/Raspberry Pi 2023.04.21

python library install

[ telnetlib (telnetlib3) ] $ pip install telnetlib3 Defaulting to user installation because normal site-packages is not writeable Collecting telnetlib3 Downloading telnetlib3-2.0.0-py2.py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.2/89.2 kB 3.5 MB/s eta 0:00:00 Installing collected packages: telnetlib3 Successfully installed telnetlib3-2.0.0 $ pip install telnetlib Default..

개발/Python 2023.03.07

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
728x90
반응형