【基本解决】无法下载bzip2, Hash 校验和不符
发表于 : 2012-04-07 3:35
新装的 ubuntu 11.10
apt-get update 就会出现这个错误
换软件源解决不了
哪位大虾帮帮忙,见图:
apt-get update 就会出现这个错误
换软件源解决不了
哪位大虾帮帮忙,见图:
把/etc/apt/sources.list里面YeLee 写了:把那个ppa先禁用看看。
代码: 全选
deb http://extras.ubuntu.com/ubuntu oneiric main
deb-src http://extras.ubuntu.com/ubuntu oneiric main
代码: 全选
W: GPG error: http://cn.archive.ubuntu.com oneiric-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
代码: 全选
http://forum.ubuntu.org.cn/viewtopic.php?f=120&t=27006
换了几个,有不同的问题。b33e 写了:继续换源,或者过一段时间再更新,可能是源暂时的问题,等源更新
代码: 全选
$ sudo apt-get update --print-uris > apt-get-urls.txt
代码: 全选
deb http://
deb-src http://
代码: 全选
deb file:///home/你的用户名/pool/
deb-src file:///home/你的用户名/pool/
代码: 全选
$ sudo apt-get upgrade --yes --print-uris > ~/pool/apt-get-upgrade.txt
代码: 全选
sudo mount -o bind /home/你的用户名/pool/deb /var/cache/apt/archives