Homepage / Notes / Computer Science / Linux / GNU Guix
https://www.youtube.com/watch?v=iBaqOK75cho
guix search {package}
(alias of guix package -s
) to search for {package}guix install {package}
(alias of guix package -i
) to install {package}guix remove {package}
(alias of guix package -r
) to remove {package}guix upgrade
(alias of guix package -u
) upgrade all or specified packagesguix pull
to update Guixguix gc
to invoke Guix's garbage collectorhttps://guix.gnu.org/manual/en/html_node/Channels.html
guix publish
https://guix.gnu.org/manual/en/html_node/Development.html
guix development
guix pack