apt-cache Flashcards

1
Q

apt-cache

A

apt-cache performs a variety of operations on APT’s package cache.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

apt-cache pkgnames

apt-cache search

apt-cache show

A

pkgnames, This command prints the name of each package APT knows.

search, Search performs a full text search on all available package lists for the regex pattern given.

show pkg, Show performs a function similar to dpkg –print-avail; it displays the package records for the named packages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

apt-cache showpkg

A

showpkg, Showpkg displays information about the packages listed on the command line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

apt-cache stats

A

stats, Stats displays some statistics about the cache. Stats reported are: Number of package names, number of ordinary packages, number of virtual package names, etc, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly