Powered By Blogger

Tuesday, 12 October 2010

Install Any Software From Terminal.

• Install packages:
sudo apt-get install packagename

• Remove packages:
sudo apt-get remove packagename

• Retrieve new lists of packages:
sudo apt-get update

• Upgrade system with available updates:
sudo apt-get upgrade

• List further commands and options:
apt-get help

No comments:

Post a Comment