Last Updated: February 25, 2016
·
180
· vano468

"Not Found" and "Failed to fetch" error while apt-get update

If we had any errors with executing:

sudo apt-get update

Such Not Found... or Failed to fetch..., this steps can fix those:

sudo apt-get update
sudo -i
apt-get clean
cd /var/lib/apt
mv lists lists.old
mkdir -p lists/partial
apt-get clean
apt-get update