1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 22:57:55 +01:00

guix-package: add page (#2489)

This commit is contained in:
Arun Isaac 2018-10-27 00:44:42 +05:30 committed by Starbeamrainbowlabs
parent 9113ebb028
commit 435ec65f21

View file

@ -0,0 +1,27 @@
# guix package
> Install, upgrade and remove Guix packages, or rollback to previous configurations.
- Install a new package:
`guix package -i {{package_name}}`
- Remove a package:
`guix package -r {{package_name}}`
- Search the package database for a regular expression:
`guix package -s "{{search_pattern}}"`
- List installed packages:
`guix package -I`
- List generations:
`guix package -l`
- Roll back to the previous generation:
`guix package --roll-back`