install | Install packages
# apt-get install package |
update | Download lists of new/upgradable packages. |
upgrade | Perform an upgrade. |
remove | Remove packages.
# apt-get remove package |
purge | Remove packages includes configuration files.
# apt-get purge package |
autoremove | Remove automatically all unused packages.
# apt-get autoremove package |
dist-upgrade | Distribution upgrade. |
clean | Erase downloaded archive files. |
autoclean | Erase old downloaded archive files. |
download | Download the binary package into the current directory. |
changelog | Download and display the changelog for the given package. |
Comments
Post a Comment