packages:automatically_installed_packages
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
packages:automatically_installed_packages [2016/07/05 15:32] – peter | packages:automatically_installed_packages [2019/12/01 11:45] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Packages - Automatically installed packages ====== | ||
- | |||
- | Sometimes packages are installed automatically on the system because some other package recommends it, but they are not actually dependencies of packages: | ||
- | |||
- | To know why an automatically installed package is present on the system, issue the command: | ||
- | |||
- | <code bash> | ||
- | aptitude why package_name | ||
- | </ | ||
- | |||
- | Displays something like: | ||
- | |||
- | <code bash> | ||
- | i | ||
- | i A apt-xapian-index Depends | ||
- | </ | ||
- | |||
- | |||
- | In contrast, **why-not** finds a dependency chain leading to a conflict with the target package: | ||
- | |||
- | <code bash> | ||
- | aptitude why-not package_name | ||
- | </ | ||
- | |||
- | Displays something like: | ||
- | |||
- | <code bash> | ||
- | i ocaml-core | ||
- | i A ocamlweb | ||
- | i A texlive-latex-extra Conflicts textopo | ||
- | </ | ||
packages/automatically_installed_packages.1467732773.txt.gz · Last modified: 2020/07/15 09:30 (external edit)