码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 16.04常见错误

时间:2019-11-17 21:09:36      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:http   通过   not   简单   view   tor   upd   cccccc   san   

1,

https://www.cnblogs.com/ace-wu/p/6623150.html

ubuntu常见错误--Could not get lock /var/lib/dpkg/lock解决

通过终端安装程序sudo apt-get install xxx时出错:

E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it

出现这个问题可能是有另外一个程序正在运行,导致资源被锁不可用。而导致资源被锁的原因可能是上次运行安装或更新时没有正常完成,进而出现此状况,解决的办法其实很简单:

在终端中敲入以下两句

hlp@hlp-Lenovo-G405:~$ sudo rm /var/lib/dpkg/lock
hlp@hlp-Lenovo-G405:~$ sudo dpkg --configure -a
hlp@hlp-Lenovo-G405:~$ sudo apt update
hlp@hlp-Lenovo-G405:~$ sudo apt list --upgradable


ubuntu 16.04常见错误

标签:http   通过   not   简单   view   tor   upd   cccccc   san   

原文地址:https://www.cnblogs.com/hechangchun/p/11877809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!