http://askubuntu.com/questions/149454/upgrade-from-11-04-to-11-10-getting-wfailed-to-fetch-gzip 这个问题和我遇到的是一样的. 可能是我的源设置的问题,导致用devstack安装openstack的时候提示这个错误,根据上面那个解决方案,可以搞定这个问题.…
sudo apt-get update报错:"E: Could not get lock /var/lib/apt/lists/lock" 出现此问题的原因可能是有另外一个程序在运行,导致资源被加锁,不可用.导致资源被锁的原因可能是上次更新源的操作没有完成! 从上图可以看出,报错的内容是不能获取那个路径下的 lock,咱们就应该删除哪个lock. 删除之后再执行 sudo apt-get update 操作,成功!…
问题描述: apt-get update W: chmod of directory /: Operation not permitted) E: Could not open : Permission denied) E: Unable to lock directory /var/lib/apt/lists/ W: Problem unlinking the file /: Permission denied) W: Problem unlinking the file /: Permiss…
具体如下: 1.ps-aux 查出apt-get进程的PID,通常是一个四位数字. 2.用sudo kill PID代码 杀死进程 3.用sudo apt-get update,sudo apt-get dist-upgrade升级. 方法一: 执行一下 sudo dpkg --configure -a 方法二(亲测可以用): sudo rm /var/lib/apt/lists/lock 方法三: 1.ps-aux 查出apt-get进程的PID, 2.用sudo kill PID代码 杀死进…
在说这个解决方案之前,我先说下,目前遇到的问题: 我使用 sudo apt-get update 之后,更新失败.具体原因如下: W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/karmic/main/binary-i386/Packages.gz  404  Not Found [IP: 180.101.150.32 80] 意思是:上面的这个文件(Packages.gz)无法找到!   我通过打开网页http://cn…
我使用sudo apt-get update之后,更新失败,遇到如下错误. W: Failed to fetch http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu/dists/precise/main/source/Sources  404  Not Found W: Failed to fetch http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu/dists/precise/main…
apt-get update --> Bad header line (fresh install) fresh natty install i386 desktop. I get this errors: Code: $ sudo apt-get update Ign http://extras.ubuntu.com natty InRelease Ign http://archive.ubuntu.com natty InRelease Ign http://archive.ubuntu.c…
在运行apt-get update 时,报下面的错误: E: 无法获得锁 /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)E: 无法对目录 /var/lib/apt/lists/ 加锁 这个问题是的意思是用于apt-get操作时的lock(应该是用于互斥的锁),出现了不能够得到锁的问题,针对此问题,如何解决呢? 可以以下命令进行操作, sudo rm /var/lib/apt/lists/lock sudo…
1 错误描述 youhaidong@youhaidong:~$ cd 下载 youhaidong@youhaidong:~/下载$ sudo apt-get update 忽略 http://cn.archive.ubuntu.com trusty InRelease 忽略 http://cn.archive.ubuntu.com trusty-updates InRelease                      忽略 http://cn.archive.ubuntu.com trust…
原文: http://blog.chinaunix.net/uid-26932153-id-3193335.html 今天更新时候出现了点小问题,一开始更新到一半,我嫌速度慢,就取消掉了. 更新了sources.list之后再执行sudo apt-get update 提示我出错了 E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable) E: Unable to lock…