当我的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), another process using it? 为了解决这个问题,可以尝试删除锁定文件。使用以下命令:sudo rm /var/lib/dpkg/lock-frontend 和 sudo rm /var/lib/dpkg/lock。这两个命令可以帮助释放被占用的锁,从而继续进行安装操作。
1085

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



