packages:search_packages
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packages:search_packages [2016/07/05 14: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 | ||
- | </ | ||
- | |||
- | |||
- | |||
- | **NOTE**: |
packages/search_packages.1467730674.txt.gz · Last modified: 2020/07/15 09:30 (external edit)