After running these commands from the command line:
sudo apt-get update
sudo apt-get dist-upgrade
sudo do-release-upgrade -d
I get the following error message:
W:Failed to fetch http://extras.ubuntu.com/ubuntu/dists/oneiric/main/source/Sources 404 Not Found,
E:Some index files failed to download. They have been ignored, or old ones used instead.
How can I fix this bug?
oneiric
. Are you upgrading from 11.04? – muru Aug 18 '14 at 18:34update
anddist-upgrade
actions should achieve this if it hasn't already happened, and they're being run before thedo-release-upgrade
command. Stanley Hlatshwayo: I recommend editing your question to include the complete output ofcat /etc/apt/sources.list
(copy, paste, select, Ctrl+K to make it look right). – Eliah Kagan Aug 19 '14 at 01:20'extras' repository.
This software is not part of Ubuntu, but is offered by third-party
developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu oneiric main deb-src http://extras.ubuntu.com/ubuntu oneiric main
– Stanley Hlatshwayo Aug 19 '14 at 04:56cat /etc/apt/sources.list
. It is not appearing correctly as a comment. In particular, it looks like most of it may not have fit into the comment. – Eliah Kagan Aug 19 '14 at 10:25