升级失败-禁止下载

升级失败-禁止下载

我使用代理连接到互联网。我正尝试升级到 12.10。问题是一些(几乎所有)软件包都已下载,但有 3 Mb 的数据未下载,因此升级中止并报告禁止错误。这些是与 gnome-games 和 facebook 集成相关的一些文件。Facebook 在我使用的代理服务器上被阻止,所以我猜错误是由于这个原因出现的。我想问一下是否有任何方法可以跳过下载最后 3 Mb 软件包(我不需要),以便我的升级继续到 Ubuntu 12.10?这是我收到的错误:

Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnomine_3.6.0.2-0ubuntu1.2_i386.deb 403  Forbidden
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/mahjongg_3.6.0.2-0ubuntu1.2_all.deb 403  Forbidden
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnome-mahjongg_3.6.0.2-0ubuntu1.2_i386.deb 403  Forbidden
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnome-sudoku_3.6.0.2-0ubuntu1.2_all.deb 403  Forbidden
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-games/gnome-games-data_3.6.0.2-0ubuntu1.2_all.deb 403  Forbidden
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/account-plugins/account-plugin-facebook_0.8-0ubuntu2_i386.deb 403  Forbidden
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gwibber/gwibber-service-facebook_3.6.0-0ubuntu1.1_all.deb 403  Forbidden

答案1

如果你不想升级/安装这些软件包,其实很简单。如果你不使用它们,只需卸载它们:

sudo apt-get remove <packages to remove>

为了防止他们尝试安装/升级,你可以将它们搁置:

echo <package> hold | sudo dpkg --set-selections

相关内容