* Install a package into the users default profile {{{#!sh guix package -i python }}} * List packages installed in the users default profile {{{#!sh guix package -I }}} * Remove a package from the users default profile {{{#!sh guix package -r python }}} * Update packages in users default profile Note: This only will take effect after you pulled new definitions from your subscribed channels, otherwise nothing will happen {{{#!sh guix package -u }}} * Get additional help regarding package actions {{{#!sh guix package --help }}}