6.3. Il comando 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.
Alcune funzionalità sono usate più raramente. Per esempio, apt-cache policy
visualizza le priorità delle fonti dei pacchetti così come quelle dei singoli pacchetti. Un altro esempio è apt-cache dumpavail
che visualizza le intestazioni di tutte le versioni disponibili di tutti i pacchetti. apt-cache pkgnames
visualizza l'elenco di tutti i pacchetti che appaiono almeno una volta nella cache.