Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-27 00:18:38 +00:00
parent 5871f35fe8
commit 9fe6559a97
123 changed files with 660 additions and 357 deletions

View File

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