PDA

View Full Version : [SOLVED] yet another update error



janno92
June 10th, 2011, 12:57 AM
194694

what should i do?i cant update
and i dont know how to report

drs305
June 10th, 2011, 01:04 AM
You most likely have a corrupt package list. Open a terminal and run this command, but make sure you type it correctly! It will remove the lists, which will be recreated when you run the third command:


sudo rm -vf /var/lib/apt/lists/* # Removes the package lists, including any which are corrupted.
sudo apt-get clean
sudo apt-get update

janno92
June 10th, 2011, 04:11 AM
You most likely have a corrupt package list. Open a terminal and run this command, but make sure you type it correctly! It will remove the lists, which will be recreated when you run the third command:


sudo rm -vf /var/lib/apt/lists/* # Removes the package lists, including any which are corrupted.
sudo apt-get clean
sudo apt-get update

oh thank you, it solved my problem, thank you so much...