is another process using it

来源:互联网 发布:淘宝修真记txt下载 编辑:程序博客网 时间:2024/05/23 10:44
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

所以首先确定没开两个APT-GET,发现我已经开了新立得软件包管理器,又在终端用apt-get,关掉新立得软件包管理器。问题解决。

还有就是可以删除,重新配置

sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a


转自:http://blog.csdn.net/pfanaya/article/details/6695810

0 0