apt-get update
产生 404 错误。
我正在使用 Ubuntu 9.10 的默认镜像。该版本尚未终止使用,因此我不明白为什么会发生这种情况。
答案1
实际上是 Ubuntu 9.10是EOL。它于2011 年 4 月 30 日您可以通过/etc/apt/sources.list
如下方式进行更新:
## EOL upgrade sources.list
# Required
deb http://old-releases.ubuntu.com/ubuntu/ CODENAME main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-security main restricted universe multiverse
# Optional
#deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-backports main restricted universe multiverse