Scroll to navigation

GUIX(1) User Commands GUIX(1)

NAME

guix - manual page for guix 1.3.0.27848-a3264

SYNOPSIS

guix OPTION | COMMAND ARGS...

DESCRIPTION

Run COMMAND with ARGS, if given.

display this helpful text again and exit
display version and copyright information and exit

COMMAND must be one of the sub-commands listed below:

main commands
deploy operating systems on a set of machines
describe the channel revisions currently used
invoke the garbage collector
build and deploy home environments
install packages
manage packages and profiles
pull the latest revision of Guix
remove installed packages
search for packages
show information about packages
build and deploy full operating systems
run commands from a different revision
upgrade packages to their latest version
report on the availability of pre-built package binaries
software development commands
run code in containers created by 'guix environment -C'
spawn one-off software environments (deprecated)
create application bundles
spawn one-off software environments
packaging commands
build packages or derivations without installing them
challenge substitute servers, comparing their binaries
download a file to the store and print its hash
view and edit package definitions
view and query package dependency graphs
compute the cryptographic hash of a file
import a package definition from an external repository
validate package definitions
publish build results over HTTP
update existing package definitions
profile the on-disk size of packages
update the style of package definitions
plumbing commands
manipulate, export, and import normalized archives (nars)
copy store items remotely over SSH
operate on Git repositories
set up and operate build offloading
list currently running sessions
read-eval-print loop (REPL) for interactive programming

REPORTING BUGS

Report bugs to: bug-guix@gnu.org.
GNU Guix home page: <https://www.gnu.org/software/guix/>
General help using Guix and GNU software: <https://guix.gnu.org/en/help/>

COPYRIGHT

Copyright © 2022 the Guix authors License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

The full documentation for guix is maintained as a Texinfo manual. If the info and guix programs are properly installed at your site, the command

info guix

should give you access to the complete manual.

November 2022 GNU