2.5.3. 档案库层的“Release”文件
提示 | |
---|---|
档案库层的“ |
归档层次的 “Release
“ 文件,其全部归档位置在 “/etc/apt/sources.list
“中的 “deb
“行中指定,如以下的 “http://deb.debian.org/debian/dists/unstable/main/binary-amd64/Release
“ 或 “http://deb.debian.org/debian/dists/sid/main/binary-amd64/Release
“。
Archive: unstable
Origin: Debian
Label: Debian
Component: main
Architecture: amd64
小心 | |
---|---|
对于” |
对于部分档案库,比如说 experimental
和 buster-backports
, 它们包含的软件包不会被自动安装,这是因为有额外的行,例如在 “http://deb.debian.org/debian/dists/experimental/main/binary-amd64/Release
“ 里面有如下额外的一行。
Archive: experimental
Origin: Debian
Label: Debian
NotAutomatic: yes
Component: main
Architecture: amd64
请注意,普通的档案库没有 “NotAutomatic: yes
“, 默认的 Pin-Priority 值是 500, 而对于有 “NotAutomatic: yes
“的特殊档案库, 默认的 Pin-Priority 值是 1 (参见 apt_preferences(5) 和 第 2.7.3 节 “调整候选版本”).