Fixing a failed update in Ubuntu, such as failed grup-pc

Refer: http://ubuntuforums.org/showthread.php?t=1632528

Run the three commands:
$ sudo apt-get install -f
$ sudo dpkg --configure -a
$ sudo apt-get update && sudo apt-get upgrade

Leave a Reply