Next: 有多个输出的软件包, Previous: 调用guix package, Up: 软件包管理 [Contents][Index]
Guix supports transparent source/binary deployment, which means that it can either build things locally, or download pre-built items from a server, or both. We call these pre-built items substitutes—they are substitutes for local build results. In many cases, downloading a substitute is much faster than building things locally.
Substitutes can be anything resulting from a derivation build (see Derivations). Of course, in the common case, they are pre-built package binaries, but source tarballs, for instance, which also result from derivation builds, can be available as substitutes.
• Official Substitute Servers | substitute的一个特殊来源。 | |
• substitute服务器授权 | 怎么开启或关闭substitute。 | |
• Getting Substitutes from Other Servers | substitutes多样化。 | |
• 验证substitute | Guix怎样验证substitute。 | |
• 代理设置 | 怎样通过代理获取substitute。 | |
• substitute失败 | 当substitute失败时会发生什么。 | |
• 关于信任二进制文件 | 你怎么能信任二进制的 blob 呢? |