OS
apt-get error - dpkg error
까마기
2014. 9. 19. 12:45
728x90
반응형
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
sudo rm -rf /var/lib/dpkg/lock
sudo apt-get autoclean $$ apt-get clear cache
sudo reboot
or
sudo rm -rf /var/lib/apt/*
sudo apt-get update
apt-get -f install
반응형