E:dpkg was interrupted, you must manually run'dpkg配置'to correct the problem.

前端之家收集整理的这篇文章主要介绍了E:dpkg was interrupted, you must manually run'dpkg配置'to correct the problem.前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

执行sudo apt-get install安装对应的软件出现如下错误

详细错误信息:

E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/lock-frontend),is another process using it?

错误原因:是因为引用错误链接导致的。

解决办法(删除这些引用即可):

cd /updates
rm -r ./*

删除完后,执行sudo apt-get update即可,这时就可以正常安装软件了。

参考解决办法链接:
14.04消息’E:dpkg was interrupted,you must manually run’dpkg配置’to correct the problem.’

猜你在找的Linux相关文章