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

ubuntu执行apt-get时出错

时间:2020-10-21 21:14:02      阅读:30      评论:0      收藏:0      [点我收藏+]

标签:using   directory   bsp   dpkg   执行   lib   lock   could not   bin   

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?

 

1:问题原因:主要是因为apt还在运行。

2:解决方案:杀死所有的apt进程。

  查找所有apt相关的进程,并用命令杀死。

1 hlp@hlp-Lenovo-G405:~$ ps afx|grep apt
2  3284 pts/0    S+     0:00          \_ grep --color=auto apt
3  2869 ?        Ss     0:00 /bin/sh /usr/lib/apt/apt.systemd.daily install
4  2873 ?        S      0:00  \_ /bin/sh /usr/lib/apt/apt.systemd.daily lock_is_held install
5 
6 hlp@hlp-Lenovo-G405:~$ sudo kill -9 2873
7 hlp@hlp-Lenovo-G405:~$ sudo kill -9 2869

 

ubuntu执行apt-get时出错

标签:using   directory   bsp   dpkg   执行   lib   lock   could not   bin   

原文地址:https://www.cnblogs.com/zongfanstudy/p/13852519.html

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