- 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
Note: 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
Last modified
4 weeks ago
Last modified on 04/29/25 14:39:05
Note:
See TracWiki
for help on using the wiki.