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

deb-get: correct examples and move to linux section (#13608)

This commit is contained in:
Phil Clifford 2024-09-06 18:25:15 +01:00 committed by GitHub
parent 109376f578
commit 12cf846d2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
- Update the list of available packages and versions:
`sudo deb-get update`
`deb-get update`
- Search for a given package:
@ -18,15 +18,15 @@
- Install a package, or update it to the latest available version:
`sudo deb-get install {{package}}`
`deb-get install {{package}}`
- Remove a package (using `purge` instead also removes its configuration files):
`sudo deb-get remove {{package}}`
`deb-get remove {{package}}`
- Upgrade all installed packages to their newest available versions:
`sudo deb-get upgrade`
`deb-get upgrade`
- List all available packages: