当我的Ubuntu install某个东西时,给出下面提示
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarly unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is an other process using it?
删除锁定文件,行了
sudo rm /var/lib/dpkg/lock-frontend
sudo rm /var/lib/dpkg/lock
在尝试在Ubuntu系统中安装软件时遇到了错误提示:'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?'。为了解决这个问题,可以使用sudo rm命令删除/var/lib/dpkg/lock-frontend和/var/lib/dpkg/lock这两个锁定文件,以解除进程占用。
16万+

被折叠的 条评论
为什么被折叠?



