packages:uninstall_a_package
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packages:uninstall_a_package [2016/07/05 13:54] – peter | packages:uninstall_a_package [2019/12/01 12:07] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Packages - Uninstall a package ====== | ||
- | Aptitude is preferred, but other approaches can be used if desired. | ||
- | |||
- | |||
- | ===== Using aptitude ===== | ||
- | |||
- | Issue the command: | ||
- | |||
- | <code bash> | ||
- | sudo aptitude remove package_name | ||
- | </ | ||
- | |||
- | Multiple packages to be removed at once. Separated each package_name with a space. | ||
- | |||
- | Use the **purge** option to remove the package configuration files as well. This may or may not be the desired effect, so use with caution. | ||
- | |||
- | <code bash> | ||
- | sudo aptitude purge package_name | ||
- | </ | ||
- | |||
- | |||
- | ===== Using dpkg ===== | ||
- | |||
- | Issue the command: | ||
- | |||
- | <code bash> | ||
- | sudo dpkg -r package_name | ||
- | </ | ||
- | |||
- | **WARNING**: |
packages/uninstall_a_package.1467726864.txt.gz · Last modified: 2020/07/15 09:30 (external edit)