红联Linux门户
Linux帮助

Ubuntu apt-get安装出现dpkg status database is lock...解决

发布时间:2016-07-06 09:53:42来源:linux网站作者:sherry_Rui
在Ubuntu系统下用apt-get安装出现异常,详细信息如下:
dpkg status database is locked by another process
 
解决办法:
原因是包管理器没有正确关闭。需要重启计算机或者重新打开终端输入:
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
然后重新安装包。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22109.html