我正在尝试跟随这些说明
Ubuntu 服务器(推荐)如果尚未安装,请安装 update-manager-core:
sudo apt-get install update-manager-core 启动升级工具:
do-release-upgrade 按照屏幕上的说明进行操作。
将 13.04 的盒子升级到 13.10,但此时我甚至无法update-manager-core
安装。有什么想法可以继续吗?如果可以避免的话,我真的不想从头开始重建盒子。
以下是尝试安装的输出update-manager-core
nathan@nasty-vault:~$ sudo apt-get install update-manager-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
python3-update-manager
The following packages will be upgraded:
python3-update-manager update-manager-core
2 upgraded, 0 newly installed, 0 to remove and 120 not upgraded.
Need to get 39.0 kB of archives.
After this operation, 4,096 B disk space will be freed.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
python3-update-manager update-manager-core
Install these packages without verification [y/N]? y
Err http://us.archive.ubuntu.com/ubuntu/ raring-updates/main python3-update-manager all 1:0.186.2
404 Not Found [IP: 91.189.91.14 80]
Err http://us.archive.ubuntu.com/ubuntu/ raring-updates/main update-manager-core all 1:0.186.2
404 Not Found [IP: 91.189.91.14 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/python3-update-manager_0.186.2_all.deb 404 Not Found [IP: 91.189.91.14 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.186.2_all.deb 404 Not Found [IP: 91.189.91.14 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
我已经运行过apt-get update
,此时也会出现这些类型的错误
Err http://us.archive.ubuntu.com raring-backports/universe i386 Packages
404 Not Found [IP: 91.189.91.13 80]
Err http://us.archive.ubuntu.com raring-backports/multiverse i386 Packages
404 Not Found [IP: 91.189.91.13 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/main/source/Sources 404 Not Found [IP: 91.189.91.14 80]
答案1
这是因为 13.04 的所有 repo 都已移至存档位置。您甚至需要在执行 do-release-upgrade 之前将它们添加到 repo 中。