cheat-fork-echo/cheatsheets/apt-cache

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)