apt-get 安裝包報錯如下.
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
sudo apt-get? install?
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
上次執(zhí)行apt-get更新時意外中斷導致以上結果,解決方案如下
sudo rm /var/lib/dpkg/lock-frontend
sudo rm /var/lib/dpkg/lock
再次執(zhí)行sudo apt-get install 命令即可