Name
apt-cache
Synopsis
apt-cache [options] command
Perform low-level operations on the APT binary cache, including the ability to perform searches and produce output reports from package metadata. Useful for finding out information about packages.
Commands
- add files
Add the specified package index files to the source cache.
- depends pkgs
For each specified package, show a list of dependencies and packages that can fulfill the dependency.
- dotty pkgs
Graph the relationships between the specified packages. The default is to trace out all dependent packages; turn this behavior off by setting the APT::Cache::GivenOnly configuration option.
- dump
List every package in the cache. Used for debugging.
- dumpavail
Print a list of available packages to standard output, suitable for use with dpkg.
- gencaches
Build source and package caches from the sources in the file sources.list and from /var/lib/dpkg/status. Equivalent to running apt-get check.
- pkgnames [ prefix]
Print a list of packages in the system. If prefix is specified, print only packages whose names begin with that prefix. Most useful with the --generate option.
- policy [pkgs]
Print detailed information about the priority selection of each specified package. With no arguments, print the priorities of each source. Useful for debugging issues related to the preferences file.
- search regex
Search package names and descriptions of all available package files for the specified regular expression and print the name and short description of each ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access