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