0
点赞
收藏
分享

微信扫一扫

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

Separes 2022-01-20 阅读 102

报错:
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
sudo rm -rf /var/cache/apt/archives/lock
举报

相关推荐

0 条评论