mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-03 14:31:06 +01:00
6 lines
136 B
Plaintext
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)
|