packages:search_packages
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
packages:search_packages [2016/07/05 15:57] – peter | packages:search_packages [2019/12/01 12:06] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Packages - Search Packages ====== | ||
- | Search for packages with " | ||
- | |||
- | <code bash> | ||
- | aptitude search foo | ||
- | </ | ||
- | |||
- | Search for **installed** packages with " | ||
- | |||
- | <code bash> | ||
- | aptitude search ' | ||
- | </ | ||
- | |||
- | |||
- | Search for packages from the section " | ||
- | |||
- | <code bash> | ||
- | aptitude search \!~i~sfoo | ||
- | </ | ||
- | |||
- | |||
- | Pipelines allow complex searches: | ||
- | |||
- | <code bash> | ||
- | aptitude search ' | ||
- | </ | ||
- | |||
- | |||
- | Looking for packages installed from anything else than stable: | ||
- | |||
- | <code bash> | ||
- | aptitude search '? | ||
- | </ | ||
- | |||
- | |||
- | Looking for packages installed from testing (assuming you have sources lists with stable and testing repositories): | ||
- | |||
- | <code bash> | ||
- | aptitude search '? | ||
- | </ | ||
- | |||
- | |||
- | Shows all packages which are installed on your system because some other package recommends it, but they are not actually dependencies of packages: | ||
- | |||
- | <code bash> | ||
- | aptitude search '?and( ? | ||
- | </ | ||
- | |||
- | can give something like this: | ||
- | |||
- | <code bash> | ||
- | i A apt-xapian-index | ||
- | i A exim4 | ||
- | i A file - | ||
- | i A heirloom-mailx | ||
- | </ | ||
- | |||
- | To determine why an automatically installed package is present on the system: | ||
- | |||
- | <code bash> | ||
- | aptitude why python-debian | ||
- | </ | ||
- | |||
- | Returns something like: | ||
- | |||
- | <code bash> | ||
- | i | ||
- | i A apt-xapian-index Depends | ||
- | </ | ||
- | |||
- | |||
- | ===== Package Column Information ===== | ||
- | |||
- | The first column of information displayed in the package list in the top pane, when actually viewing packages lists the current state of the package, and uses the following key to describe the state of the package: | ||
- | |||
- | * i: Installed package | ||
- | * c: Package not installed, but package configuration remains on system | ||
- | * p: Purged from system | ||
- | * v: Virtual package | ||
- | * B: Broken package | ||
- | * u: Unpacked files, but package not yet configured | ||
- | * C: Half-configured - Configuration failed and requires fix | ||
- | * H: Half-installed - Removal failed and requires fix | ||
- | |||
- | |||
- | **NOTE**: |
packages/search_packages.1467734235.txt.gz · Last modified: 2020/07/15 09:30 (external edit)