Ubuntu 15を使用しており、Ubuntu 16を取得しようとしています。Sudo apt-get update
で404エラーが発生していました。
404パッケージの取得に失敗しましたhttps://stackoverflow.com/questions/30316812/ubuntu-apt-get-unable-to-fetch-packages
/etc/apt/sources.list
ファイルを次のように編集してエラーを解決しました
###### Ubuntu Main Repos
deb-src http://old-releases.ubuntu.com/ubuntu/ wily main restricted universe multiverse
###### Ubuntu Update Repos
deb http://old-releases.ubuntu.com/ubuntu/ wily-security main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ wily-updates main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ wily-security main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ wily-updates main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu wily partner
deb-src http://archive.canonical.com/ubuntu wily partner
###### Ubuntu Extras Repo
#deb http://extras.ubuntu.com/ubuntu wily main
#deb-src http://extras.ubuntu.com/ubuntu wily main
ただし、Sudo do-release-upgrade
を試すと、次のような404エラーが表示されます。
...
Err http://old-releases.ubuntu.com wily-updates/restricted i386 Packages
404 Not Found
Err http://old-releases.ubuntu.com wily-updates/universe i386 Packages
404 Not Found
Err http://old-releases.ubuntu.com wily-updates/multiverse i386 Packages
404 Not Found
...
Error authenticating some packages
It was not possible to authenticate some packages. This may be a transient network problem. You may want to try again later. See below for a list of unauthenticated packages.
apt-xapian-index
libboost-graph-parallel1.58.0
libboost-mpi-python1.58.0
libboost-mpi1.58.0
virtualbox
virtualbox-qt
どうすれば修正できますか?
Old-releases.ubuntu.comを見ると、Wilyがまだ存在しないことがわかります。
http://old-releases.ubuntu.com/
古いリリースからarchive.ubuntu.comに切り替えることをお勧めします。