Ubuntu 16.04 LTSを使用しています。今朝、Sudo apt-get update
を実行したときに、次のエラーが発生しました。
W: The repository 'http://us.archive.ubuntu.com/ubuntu lucid Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/main/source/Sources 404 Not Found [IP: 91.189.91.26 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
インターネットで答えを確認しました。同様の投稿をいくつか見つけましたが、解決策はありません。私が試した興味深い解決策の1つは次のとおりです。
最も簡単な解決策は、次の2つの手順を実行することです。
1-ソースリストのバックアップ-> Sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
2-ソースファイル「/etc/apt/sources.list」を開きます。us.archiveまたはhttp://us.archive.ubuntu.com/ubuntu/
のアーカイブのすべてのインスタンスの名前を
http://old-releases.ubuntu.com/ubuntu/
http://security.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages
についても同じことを行います
3-上記を実行した後、Sudo apt-get updateを実行します。
何があったか推測してください。うまくいきませんでした。実際、それはより多くのエラーを投げました:
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial-updates Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial-backports Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial-security Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://us.archive.ubuntu.com/ubuntu lucid Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial/main/binary-AMD64/Packages 404 Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-AMD64/Packages 404 Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-backports/main/binary-AMD64/Packages 404 Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-security/main/binary-AMD64/Packages 404 Not Found
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/main/source/Sources 404 Not Found [IP: 91.189.91.23 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
助けてください。
編集:
オリジナルのsources.listは次のとおりです。
# deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release AMD64 (20160420.1)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://in.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://in.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://in.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
ここでは、いくつかの重大なエラーが発生しています。
まず、16.04を実行しています。つまり、通常のアーカイブミラーを盲目的にold-releases
に置き換えることはできません。これが、現在Xenialリポジトリが見つからないというエラーを受け取る理由です。
第二に、あなたはまだLucidリポジトリから描画しようとしています。 Lucidリポジトリのアイテムの大部分はXenialで機能しないか、さまざまな理由でリポジトリから削除されたか、更新されたバージョンに置き換えられたため、これは役に立ちません。また、古いリリースonlyで従った手順は、構成に含まれていたLucidリポジトリ行に適用されます。
発生している問題を解決する方法は次のとおりです。
/etc/apt/sources.list
に進み、すべてのold-releases.ubuntu.com
エントリを元のミラーus.archive.ubuntu.com
に置き換えます。lucid
を参照する行を見つけてコメントアウトするか、old-releases.ubuntu.com
そのリポジトリのみを使用します。
/etc/apt/sources.list
または/etc/apt/sources.list.d/*
のどのエントリにこの 'lucid'エントリがあるかわからない場合は、/etc/apt/
からこのコマンドを実行します:grep -r -i lucid /etc/apt/
; Word 'lucid'を含むファイルを識別します
Sudo apt-get update
および同様のコマンドが問題なく機能するようになりました。Lucidリポジトリもコメントアウトすることを強くお勧めします。これらはライフサイクルも終了しているため、really何かを必要としない限り、そうすべきではありませんそれらをアクティブに保ちます。