mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
apt: add show example
This commit is contained in:
parent
fd6104b290
commit
73d3ddabc1
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue