If you receive following error on running apt-get update on UBUNTU 12.x
As showed in the image below …
then issue following commands for a quick fix
QUICK FIX Code
| 
1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 | sudo rm /var/lib/apt/lists/* -vfsudo apt-get cleansudo apt-get autoremovesudo apt-get dist-upgradesudo apt-get update --fix-missingsudo apt-get update | 
Done.


 






0 comments:
Post a Comment