Archive for August 24th, 2012

How to update ubuntu software

 

Method 1: Ubuntu software update using command line
 
apt-get is the command-line tool for handling packages, updating package and installing patches under Ubuntu Linux. All you have to do is type the following two command to update all installed software to latest version.
 
Open terminal and type the following two commands:
 
$ sudo apt-get update
$ sudo apt-get upgrade


Read more »

Last updated by at .