guix-package: add page (#2489)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
9113ebb028
commit
435ec65f21
27
pages/linux/guix-package.md
Normal file
27
pages/linux/guix-package.md
Normal 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`
|
Reference in New Issue
Block a user