1
0
Fork 0
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:
Vitor Henrique 2024-01-26 02:00:49 -03:00 committed by GitHub
parent 0f5e9835bf
commit 9dc381d87b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: