You will find that even you follow the instruction to empty your trash and remove temporary package of fome installations using 'sudo apt-get clean' also cannot fix the problem.
It is because there are so many old kernel have been installed.
When you run "uname -r", you will see the running kernal version (3.19.0-39-generic) and then, run the "dpkg --get-selections|grep linux-image", you will find there are many different version kernel..
Solution:
Remove the old kernal files by using the following command:
sudo apt-get purge linux-image-x.xx.x-xx-generic linux-image-extra-x.xx.x-xx-generic
Re-run the above command until you leave the current running kernel like the following:
Then, reboot the machine.
After logon the machine again, run the software updater, it will able to update now.
Reference:
http://david50.pixnet.net/
No comments:
Post a Comment