Monday, June 29, 2009

Command-line ubuntu upgrade

I've a bunch of short things I need to catch up on. Here's a few:

sudo apt-get upgrade

To remove an older kernel:
sudo dpkg -l | grep linux-image
sudo dpkg -r linux-image-2.6.xxx

No comments: