Ubuntu:apt-get updateでエラー(404 Not Found)が出たときの対処法
当ページのリンクには広告が含まれています。
スポンサーリンク
Ubuntuでapt-get updateコマンドを実行した時に、エラー(404 Not Found)が出た場合の対処方法を紹介します。
apt-get updateでエラー(404 Not Found)
Ubuntuのバージョンが古い場合、apt-get update を実行すると下記のようなエラーが表示されます。
# apt-get update … 中略 … Err http://archive.ubuntu.com maverick/main amd64 Packages 404 Not Found …
エラーの対処方法
サポート期間が終了したバージョンのUbuntuはold-releases.ubuntu.comに保存されているので、/etc/apt/source.listファイルを編集する必要があります。archive.ubuntu.comをold-releases.ubuntu.comに変更すればOKです。
# cat /etc/apt/sources.list deb http://old-releases.ubuntu.com/ubuntu maverick main restricted universe deb http://old-releases.ubuntu.com/ubuntu maverick-updates main restricted universe deb http://old-releases.ubuntu.com/ubuntu maverick-security main restricted universe
以下のコマンドを実行して、エラーが出なければOKです。
# apt-get update
Ubuntuのサポート期間の確認方法
下記コマンドを実行して、Ubuntuのバージョンを確認します。
# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 10.10 Release: 10.10 Codename: maverick
次に、「Ubuntu Japanese Team」でサポート期間を確認しましょう。Ubuntu 10.10は、2012年4月にサポートが終了していることがわかりますね。