cheat-fork-echo/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)