반응형
에러내용:
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
반응형
'OS > Ubuntu' 카테고리의 다른 글
리눅스 dpkg: error processing archive ~ 에러가 나는경우 (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 |