PDA

View Full Version : [ubuntu] Can I remove a kernel without Synaptic?



secondstage
November 5th, 2008, 02:00 AM
Whenever I go to install a program, from synaptic, or aptitude etc, an error: "E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. ". From the searching that I've this is because there is not enough room in the boot partition. Because the kernels cannot be removed from synaptic etc, how in the world could I remove them?

PS. Repartitioning from Live CD take forever, so please make that a last resort.

taurus
November 5th, 2008, 03:30 AM
Maybe these would help.


sudo apt-get clean
sudo apt-get autoremove
sudo dpkg --configure -a
sudo apt-get update