1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:22:08 +02:00

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}}`