Tuesday, August 27, 2013

Tagged under: , , , ,

Common commands in Ubuntu

Manage software packages:

Update package list (you should do this before running all commands below):
sudo apt-get-update
Install: sudo apt-get install <name>
Remove: sudo apt-get remove <name>
Remove and remove configuration files:
sudo apt-get remove <name> --purge
Search: apt-cache search <name>
List installed packages: sudo dpkg --get-selections



0 comments:

Post a Comment