0
点赞
收藏
分享

微信扫一扫

Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)

松鼠树屋 2022-04-30 阅读 116
ubuntulinux

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

sudo rm /var/lib/dpkg/lock

举报

相关推荐

0 条评论