Keep ubuntu up-to-date
From hacktolive.org
How to keep Ubuntu up-to-date (requires an internet-connection)
Graphical way
- Go to "System"-->"Administration"-->"Update manager"
- Click "Check"
- If there are updates to install, click "Install updates"
- Close the "update manager"
Terminal way
type this a terminal:
sudo apt-get update
and then:
sudo apt-get upgrade