Chances are good that you’re already familiar with apt-get, a command which uses the “advanced package tool” to interact with the operating system’s underlying package system. The most relevant and useful commands are, (to be run as root):
1 |
apt-get install [package-name] |
This command installs the package(s) specified, along with any dependencies.
1 |
apt-get remove [package-name] |
This command removes the package(s) specified, but does not remove dependencies.