Guix Package Manager - Manage Packages | Online Free DevTools by Hexmos
Manage Guix packages efficiently with the guix package command. Install, remove, search, and roll back package versions easily. Free online tool, no registration required.
guix-package
Install, upgrade and remove Guix packages, or rollback to previous configurations. More information: https://guix.gnu.org/manual/en/guix.html#Invoking-guix-package.
- Install a new package:
guix package {{[-i|--install]}} {{package}}
- Remove a package:
guix package {{[-r|--remove]}} {{package}}
- Search the package database for a
regex:
guix package {{[-s|--search]}} "{{search_pattern}}"
- List installed packages:
guix package {{[-I|--list-installed]}}
- List generations:
guix package {{[-l|--list-generations]}}
- Roll back to the previous generation:
guix package --roll-back
