mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 11:52:34 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo apt update`
|
||||
|
||||
- Search for a given package (use `apt search -n package` to search within package name only):
|
||||
- Search for a given package (use `apt search --name-only package` to search within package name only):
|
||||
|
||||
`apt search {{package}}`
|
||||
|
||||
@@ -40,4 +40,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List installed packages:
|
||||
|
||||
`apt list --installed`
|
||||
`apt list {{[-i|--installed]}}`
|
||||
|
||||
Reference in New Issue
Block a user