从 12.04 升级到 12.10 时出错

从 12.04 升级到 12.10 时出错

可能重复:
如何安装软件或从旧的不受支持的版本升级?

当我将 Ubuntu 从 12.04 升级到 12.10 时,发行版升级过程中出现以下错误,

W:Failed to fetch http://extras.ubuntu.com/ubuntu/dists/maverick/main/source/Sources

404 Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead

有人知道发生什么事吗?

答案1

Maverick 不再受支持。从 /etc/apt/sources.list 和 /etc/apt/sources.list.d/ 中的文件中删除对 maverick 存储库的引用。确保您仍然有对 quantal 的引用。编辑这些文件后,运行sudo apt-get update

相关内容