Apt
apt-get 更新 404
apt-get update
產生 404 錯誤。我正在使用 Ubuntu 9.10 的預設鏡像。該版本還沒有達到生命的盡頭,所以我不明白為什麼會發生這種情況。
實際上 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