Advanced Packaging Tool (APT) is used by Debian system to manage package installations. Following are some quick commands:
Some common commands that can be used with APT:
Installing packages
$ sudo apt-get install package
Removing packages
$ sudo apt-get remove package
Getting a list of packages
$ sudo apt-get update
Upgrading packages
$ sudo apt-get upgrade