Product SiteDocumentation Site

6.3. Der Befehl apt-cache

The apt-cache command can display much of the information stored in APT's internal database. This information is a sort of cache since it is gathered from the different sources listed in the sources.list file. This happens during the apt update operation.
The apt-cache command can do keyword-based package searches with apt-cache search keyword. It can also display the headers of the package's available versions with apt-cache show package. This command provides the package's description, its dependencies, the name of its maintainer, etc. Note that apt search, apt show, aptitude search, aptitude show work in the same way.
Einige Merkmale werden seltener genutzt. Zum Beispiel apt-cache policy, das sowohl die Prioritäten von Paketquellen als auch die invidueller Pakete anzeigt. Ein weiteres Beispiel ist apt-cache dumpavail, welches die Kopfzeilen aller verfügbaren Versionen aller Pakete anzeigt. apt-cache pkgnames zeigt eine Liste aller Pakete an, die wenigstens einmal im Cache enthalten sind.