Damaged package tip
November 16, 2013
0
Hello folks,
Just a small Ubuntu tip for all of you. If for some reason while you installing some update, something goes wrong and you get an error due rto damaged packages, opne the terminal and try this:
sudo rm /etc/apt/sources.list sudo apt-get update
This removes the sources list and updates it.
Now you should be able to repeat the install operation previously interrupted because of the error.
Enjoy the tip!