mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 18:48:53 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,11 +12,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Install a package:
|
||||
|
||||
`dpkg {{[-i|--install]}} {{path/to/file.deb}}`
|
||||
`sudo dpkg {{[-i|--install]}} {{path/to/file.deb}}`
|
||||
|
||||
- Remove a package:
|
||||
|
||||
`dpkg {{[-r|--remove]}} {{package}}`
|
||||
`sudo dpkg {{[-r|--remove]}} {{package}}`
|
||||
|
||||
- List installed packages:
|
||||
|
||||
@@ -36,4 +36,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Purge an installed or already removed package, including configuration:
|
||||
|
||||
`dpkg {{[-P|--purge]}} {{package}}`
|
||||
`sudo dpkg {{[-P|--purge]}} {{package}}`
|
||||
|
||||
Reference in New Issue
Block a user