首页 > 技术文章 > 异常dpkg: error: dpkg frontend is locked by another process

libra13179 2020-04-16 14:21 原文

安装包的时候出现了一个异常

dpkg: error: dpkg frontend is locked by another process

 

原因是包管理器没有正确关闭。需要重启计算机或者重新打开终端 输入:

sudo rm /var/lib/dpkg/lock

sudo dpkg --configure -a

然后重新安装包。

推荐阅读