I cannot update the system

Asked by beenaanil

when I am trying to update my system it shows that upgrade needs a total of 77.7 m free space on disk '/boot' please free at least an additional 4.970k of disk space on'/boot'empty your thrash and remove temporary packages of former installations using sudo apt-get clean.I am using ubuntu 14.4

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
michael (yellupcm-gmail) said :
#1

What is the terminal output of command below?

dpkg --list | grep linux-image

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Also the output of:

df -h; uname -a

Thanks

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#5

sudo apt-get --purge remove linux-image-3.13.0-24-generic
sudo apt-get --purge remove linux-image-3.13.0-58-generic
sudo apt-get --purge remove linux-image-3.13.0-59-generic
sudo apt-get --purge autoremove

Should clear a lot of space.

Revision history for this message
beenaanil (bp9335) said :
#6

Thanks actionparsnip, that solved my question.