apt: add show example

coverage
Angelos Orfanakos 2017-04-17 12:47:20 +03:00 committed by Starbeamrainbowlabs
parent fd6104b290
commit 73d3ddabc1
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
`apt search {{package}}`
- Show information for a package:
`apt show {{package}}`
- Install a new package:
`apt install {{package}}`