PDA

View Full Version : [SOLVED] update manager gives error



Saqib Amin
July 2nd, 2011, 02:37 PM
anyone please help. i am new to ubuntu.
when i open update manager i get an error, i have attached the screenshot of the error.

dino99
July 2nd, 2011, 03:16 PM
try again, or into a terminal: sudo apt-get update

Rubi1200
July 2nd, 2011, 03:57 PM
Hi and welcome to the forums Saqib Amin :)

If the suggestions by dino99 don't work, then try this:


sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update

Saqib Amin
July 3rd, 2011, 01:31 PM
thanks Rubi1200 ur code worked.
can you tell me what the first line mean and what it did?

Rubi1200
July 3rd, 2011, 02:17 PM
The first command removes corrupt package lists, the second command refreshes and updates it again.

Glad this worked for you :-)

Please mark this Solved using the Thread Tools near the top of the page.