我被困在 Ubuntu 15.04 上,我按照 Reddit 上的一些过时的指南从 15.04 更新到 15.10,并搞砸了我的 /etc/apt/sources.list,尝试更新时我得到了以下一堆信息:
W: Failed to fetch http://mirror.cogentco.com/pub/linux/ubuntu/dists/wily-updates/multiverse/binary-i386/Packages 404 Not Found
那么我如何从 15.04 更新到 15.10 并最终更新到 16.04?
我的专用服务器提供商仅在预建服务器上提供 14.04、14.10 和 15.04,所以我无法全新安装它。
答案1
Wily Ubuntu 及其相应的存储库已终止使用。官方存储库已迁移到专用的终止使用位置。
/etc/apt/sources.list
要升级你的 ubuntu,你必须使用以下命令更新源列表文件 () 中存储库的位置。
deb http://old-releases.ubuntu.com/ubuntu/ wily main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ wily-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ wily-security main restricted universe multiverse
apt
请注意,在尝试安装或升级软件包之前,您必须更新本地数据库。
$ sudo apt-get update
升级后,您应该能够轻松升级到 16.10,因为此版本仍然受支持。