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
'Liinux' 카테고리의 다른 글
하드포멧 방식 알아보기 blkid (0) | 2014.11.10 |
---|---|
nginx 전체 깔끼 (0) | 2014.11.03 |
리눅스 심볼릭 링크 (0) | 2014.11.03 |
apt-get update 실패 오류 날때 (0) | 2014.11.02 |
우분투14.04 vsftp 계정으로 접속이 안될때 samba 선택설치시 (0) | 2014.10.20 |