wiki:default profile

Version 3 (modified by enno, 4 weeks ago) ( diff )

--

  • Install a package into the users default profile
guix package -i python
  • List packages installed in the users default profile
guix package -I
  • Remove a package from the users default profile
guix package -r python
  • Update packages in users default profile

This only will take effect after you pulled new definitions from your subscribed channels, otherwise nothing will happen

guix package -u
  • Get additional help regarding package actions
guix package --help
Note: See TracWiki for help on using the wiki.