mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-30 21:55:44 +02:00
deb-get: remove sudo from search and show commands (#12136)
This commit is contained in:
parent
0f5e9835bf
commit
9dc381d87b
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
- Search for a given package:
|
||||
|
||||
`sudo deb-get search {{package}}`
|
||||
`deb-get search {{package}}`
|
||||
|
||||
- Show information about a package:
|
||||
|
||||
`sudo deb-get show {{package}}`
|
||||
`deb-get show {{package}}`
|
||||
|
||||
- Install a package, or update it to the latest available version:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue