Search This Blog

Wednesday, July 22, 2009

Useful Commands, Update Software in Ubuntu

In Ubuntu, you can update and install software quickly and easily with apt-get and aptitude

sudo apt-get update (refresh the latest packages from your /etc/apt/sources.list)
sudo apt-get upgrade (update the latest package(s))
sudo apt-get install your_software (install the individual package)

sudo aptitude search your_software (search the package)

No comments: