Some of the directories are intentionally omitted for brevity.
${repository_root}/
取決於如何設定 packages repository 以及在 server 上的實際路徑;在
/etc/apt/sources.list
裡的
uri
指定了 repository_root。例如中的
https://deb.debian.org/debian
就是 repository_root。
dists/
${distribution}/
Release 如
stable
、testing
、unstable
、sid
,suite 如sid
、stable
、testing
、unstable
,或 codename 如bookworm
、bullseye
、buster
;可自定義但不建議。
Release
Repository 的 metadata,例如 packages list、components、checksum for the indices。
Release.gpg
OpenPGP signatures。
InRelease
。
${component}/
例如
main
、contrib
或non-free
;可自定義但不建議。
binary-${arch}/
例如
binary-amd64
、binary-arm64
、binary-i386
。
Packages
。
Packages.gz
。
Packages.xz
。
pool/
實際
.deb
檔案的儲存池。
${component}/
例如
main
、contrib
或non-free
;可自定義但不建議。
${package_name}/
Debian package 的目錄。
${package_name}_${version}_${arch}.deb
實際的 Debian packages 檔案。