System Grab Bag

View all TLDR pages from Linux (or from all pages)

guix package

Install, upgrade and remove Guix packages, or rollback to previous configurations. More information: https://guix.gnu.org/manual/html_node/Invoking-guix-package.html.
  • Install a new package:
    guix package -i {{package}}
  • Remove a package:
    guix package -r {{package}}
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.