E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
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
출처: https://kgu0724.tistory.com/71 [병아리 개발자의 이야기]
'OS > linux' 카테고리의 다른 글
우분투 접속 안될때 (0) | 2020.06.01 |
---|---|
우분투 apt intsall error. 망가진 고정 패키지가 있습니다 해결방법 (0) | 2020.06.01 |
우분투 xrdp 사용법, docker 함께.. url정리 (0) | 2020.05.07 |
Cent OS 8 / 우분투 서버 초기 설정 (0) | 2020.05.05 |
리눅스 방화벽 firewall-cmd (0) | 2020.05.05 |
댓글