Question
Can't upgrade from Ubuntu 14.04 to 16.04
So I’m trying to upgrade my server from Ubuntu 14.04 to 16.04 and it fails.
I did:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Then sudo do-release-upgrade
.
It starts going and then stops because it failed to fetch some packages:
W:Failed to fetch
http://ppa.launchpad.net/fkrull/deadsnakes-python2.7/ubuntu/dists/xenial/main/binary-amd64/Packages
404 Not Found
, W:Failed to fetch
http://ppa.launchpad.net/fkrull/deadsnakes-python2.7/ubuntu/dists/xenial/main/binary-i386/Packages
404 Not Found
, W:Failed to fetch
http://ppa.launchpad.net/rwky/redis/ubuntu/dists/xenial/main/binary-amd64/Packages
404 Not Found
, W:Failed to fetch
http://ppa.launchpad.net/rwky/redis/ubuntu/dists/xenial/main/binary-i386/Packages
404 Not Found
, E:Some index files failed to download. They have been ignored, or
old ones used instead.
Any ideas?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×