728x90
반응형

전체 글 219

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

Debian / Ubuntu VMWare tools install failure. Unable to find "depmod" progam

Debian / Ubuntu VMWare tools install failure. Unable to find "depmod" progam Install tools $ sudo apt install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc 참조 : https://superuser.com/questions/1495637/vmware-tools-install-failure-unable-to-find-depmod-progam/1507023 VMWare tools install failure. Unable to find "depmod" progam I am getting the following error when runni..

OS/Ubuntu 2021.12.28
728x90
반응형