1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-22 20:55:06 +01:00
cheat/cheatsheets/apt-cache
2013-08-24 16:16:59 +01:00

6 lines
136 B
Plaintext

# To search for apt packages:
apt-cache search "whatever"
# To display package records for the named package(s):
apt-cache show pkg(s)