W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-security/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.88.153 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-security/universe/binary-i386/Packages 404 Not Found [IP: 91.189.88.153 80]
実行すると、apt-get
はサーバー内のディレクトリを見つけることができません。
ブラウザを使用すると、リンクhttp://archive.ubuntu.com/ubuntu/dists/raring-security/restricted/binary-i386/Packages
をたどることができますが、ディレクトリにはもう存在しないため、エラーが見つかります。
パスを上げると、http://archive.ubuntu.com/ubuntu/dists/
に最初の非エラーページが表示されます。ここから、まだダウンロードできるディストリビューションを確認できます。
したがって、/etc/apt/sources.list
を編集し、http://archive.ubuntu.com/ubuntu/dists/raring-security/restricted/
などのすべてのリポジトリを
http://archive.ubuntu.com/ubuntu/dists/trusty-security/restricted/
サポートされているものに切り替えます。 2019年4月までサポートされている14.04 LTS(Trusty Tahr)です...http://old-releases.ubuntu.com/ubuntu/dists/raring-security/restricted/
ソースを古いものに変更します。提案:dist-upgrade
できる限り。
diogo-melo で示唆されているように、古いバージョンのままにしておく必要がある場合は、次のコマンドで置換を実行してソースリストを変更できます。
sudosed -i 's/archive.ubuntu/old-releases.ubuntu/g' /etc/apt/sources.list
source.list
ファイルのバックアップコピーを事前に作成することを強くお勧めします
Sudo cp -i /etc/apt/sources.list /etc/apt/sources.list.old
sources.list.old
がすでに存在する場合にプロンプトが表示され、この場合は、バックアップコピーに別の名前を自由に使用できます。