apt: add show example

This commit is contained in:
Angelos Orfanakos
2017-04-17 12:47:20 +03:00
committed by Starbeamrainbowlabs
parent fd6104b290
commit 73d3ddabc1

View File

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