Changes between Version 2 and Version 3 of default profile
- Timestamp:
- 04/29/25 14:35:33 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
default profile
v2 v3 1 soon 1 * Install a package into the users default profile 2 2 3 3 {{{#!sh … … 5 5 }}} 6 6 7 * List packages installed in the users default profile 8 7 9 {{{#!sh 8 10 guix package -I 9 11 }}} 12 13 * Remove a package from the users default profile 10 14 11 15 {{{#!sh … … 13 17 }}} 14 18 19 * Update packages in users default profile 20 21 '''This only will take effect after you pulled new definitions from your subscribed channels, otherwise nothing will happen''' 22 23 {{{#!sh 24 guix package -u 25 }}} 26 27 * Get additional help regarding package actions 28 15 29 {{{#!sh 16 30 guix package --help