잡동사니/Linux
E: Could not get lock /var/lib/dpkg/lock - 잠금 파일을 얻을 수 없습니다 - open (11: Resource temporarily unavailable)E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
Gerogia-Max
2019. 5. 5. 23:11
E: Could not get lock /var/lib/dpkg/lock - 잠금 파일을 얻을 수 없습니다 - open (11: Resource temporarily unavailable)E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
해당 에러는 다른 사용자가 apt-get을 사용할 때 발 생하는 에러임
sudo rm /var/lib/dpkg/lock
를 통해서 lock 파일을 제거하고
다시 진행