반응형
에러내용:
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
반응형
'OS > Ubuntu' 카테고리의 다른 글
리눅스 에러 Could not get lock /var/lib/dpkg/lock-frontend - open ~ (0) | 2020.01.15 |
---|---|
mosquitto start/stop/status (0) | 2020.01.06 |
linux ubuntu 특정포트 사용중인지 확인하기 (0) | 2019.12.16 |
linux mosquitto 설치 및 사용 (0) | 2019.12.13 |
ubuntu - apt-get update GPC 에러날 때 (0) | 2019.12.13 |