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?
우분투에서 apt로 뭐만 인스톨 하려면 위와 같은 에러를 만난다.
아래는 구글링을 통해 찾은 해결책이고, 다시 찾기 귀찮으니깐 남겨놓는다!
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 [병아리 개발자의 이야기]
킹글 갓글..
'공부 > 스크랩' 카테고리의 다른 글
Notion에 쓴 글을 Tistory로 (0) | 2021.03.10 |
---|