How to update and upgrade packages on Ubuntu
By Detector | 12 September 2008
This post is short, easy and useful step-tutorial for beginners of how to set Ubuntu to update and upgrade packages from internet:
- Go to the System > Administration menu and click on Software Sources.
- Select the Ubuntu Software tab and enable the main, universe, restricted, and multiverse repositories.
- Optionally find the most responsive server, choose Other… from the Download from drop-down menu, then click Select Best Server. Once the best server has been selected, click Choose Server.
- Update and upgrade packages from the server:
sudo apt-get update
sudo apt-get upgrade
Tags | Howto, Installation, Linux, Tips and Tricks, Tutorials, Ubuntu