mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 17:53:58 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,23 +10,23 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Install a new package:
|
||||
|
||||
`guix package -i {{package}}`
|
||||
`guix package {{[-i|--install]}} {{package}}`
|
||||
|
||||
- Remove a package:
|
||||
|
||||
`guix package -r {{package}}`
|
||||
`guix package {{[-r|--remove]}} {{package}}`
|
||||
|
||||
- Search the package database for a regular expression:
|
||||
|
||||
`guix package -s "{{search_pattern}}"`
|
||||
`guix package {{[-s|--search]}} "{{search_pattern}}"`
|
||||
|
||||
- List installed packages:
|
||||
|
||||
`guix package -I`
|
||||
`guix package {{[-I|--list-installed]}}`
|
||||
|
||||
- List generations:
|
||||
|
||||
`guix package -l`
|
||||
`guix package {{[-l|--list-generations]}}`
|
||||
|
||||
- Roll back to the previous generation:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user