The purpose of GNU Guix is to allow users to easily install, upgrade, and remove software packages, without having to know about their build procedures or dependencies. Guix also goes beyond this obvious set of features.
This chapter describes the main features of Guix, as well as the package
management tools it provides. Along with the command-line interface
described below (see guix package
), you
may also use the Emacs-Guix interface (see The
Emacs-Guix Reference Manual), after installing emacs-guix
package
(run M-x guix-help command to start with it):
guix install emacs-guix
• 功能 | Guix怎样让你的生活更美好。 | |
• 调用guix package | 软件包安装,移除等。 | |
• substitutes | 下载构建好的二进制文件。 | |
• 有多个输出的软件包 | 单个输入多个输出的软件包。 | |
• 调用guix gc | 运行垃圾回收器。 | |
• 调用guix pull | 获取最新的Guix和发行版。 | |
• Invoking guix time-machine | Running an older revision of Guix. | |
• Inferiors | 和其它版本的Guix交互。 | |
• 调用guix describe | 显示你的Guix版本信息。 | |
• 调用guix archive | 导出和导入仓库文件。 |