packages:purge_a_package
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packages:purge_a_package [2016/07/05 13:57] – peter | packages:purge_a_package [2019/12/01 12:00] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Packages - Purge a package ====== | ||
- | Aptitude is preferred, but other approaches can be used if desired. | ||
- | |||
- | |||
- | ===== Using aptitude ===== | ||
- | |||
- | Issue the command: | ||
- | |||
- | <code bash> | ||
- | sudo aptitude purge package_name | ||
- | </ | ||
- | |||
- | Multiple packages to be purged at once. Separated each package_name with a space. | ||
- | |||
- | Use the **remove** option instead to only remove the package but leave the configuration files. | ||
- | |||
- | <code bash> | ||
- | sudo aptitude remove package_name | ||
- | </ | ||
- | |||
- | |||
- | |||
- | ===== Using dpkg ===== | ||
- | |||
- | Issue the command: | ||
- | |||
- | <code bash> | ||
- | sudo dpkg --purge package_name | ||
- | </ | ||
- | |||
- | To have dpkg ignore dependencies use this instead: | ||
- | |||
- | <code bash> | ||
- | sudo dpkg --purge --ignore-depends package_name | ||
- | </ | ||
- | |||
- | **NOTE**: < | ||
- | |||
- | If more than one package needs to be ignored, separate them with commas: | ||
- | |||
- | <code bash> | ||
- | dpkg --purge --ignore-depends=package1, | ||
- | </ | ||
- | |||
- | |||
- | **WARNING**: |
packages/purge_a_package.1467727033.txt.gz · Last modified: 2020/07/15 09:30 (external edit)