1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-23 21:19:44 +01:00
cheat/cheatsheets/apt-cache

6 lines
136 B
Plaintext
Raw Normal View History

# To search for apt packages:
apt-cache search "whatever"
2013-08-24 17:16:59 +02:00
# To display package records for the named package(s):
apt-cache show pkg(s)