728x90 반응형 OS10 리눅스 dpkg: error processing archive ~ 에러가 나는경우 에러내용:The error that you are getting is:dpkg: error processing archive /var/cache/apt/archives/cuda-cublas-9-1_9.1.85.3-1_amd64.deb (--unpack): 해결내용:$ sudo dpkg -i --force-overwrite /var/cache/apt/archives/cuda-cublas-9-1_9.1.85.3-1_amd64.deb$ sudo apt --fix-broken install 2020. 1. 15. 리눅스 에러 Could not get lock /var/lib/dpkg/lock-frontend - open ~ 에러내용: E: Could not get lock /var/~ E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?해결내용: $ sudo killall apt apt-get $ sudo rm /var/lib/apt/lists/lock $ sudo rm /var/cache/apt/archives/lock $ sudo rm /var/lib/dpkg/lock*$ sudo dpkg --configure -a $ sudo apt update 2020. 1. 15. mosquitto start/stop/status $ sudo /etc/init.d/mosquitto start$ sudo /etc/init.d/mosquitto stop $ sudo /etc/init.d/mosquitto status 2020. 1. 6. homebrew & pip 설치하기 1) 터미널에 아래와 같이 실행 $ sudo easy_install pip 2) 설치 확인 $ pip 2020. 1. 1. 이전 1 2 3 다음 728x90 반응형