After I installed Ubuntu , I cannot update any software with the error message "failed to download package files". After having googled, I have tried:
sudo apt-get update
sudo apt-get upgrade
- changed to another sources
But I still got the same error message. And there is no problem with internet connection as i can connect to internet using Firefox in Ubuntu.
Any ideas?
sudo rm /var/lib/apt/lists/* -vf & sudo apt-get update
See http://ubuntuforums.org/showthread.php?t=863742&s=98fd353f9d4215b805db121e7dbd2dd6&p=5415838#post5415838
– parvus May 11 '14 at 09:26