X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/5af4276c8e64d28f4d43e2ebb5938e9ba2c93cfa..4011e1137955decbb988e0098ba9f4fdbe6f2e4d:/doc/sources.list.5.xml diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 9eb66d728..379112c83 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -21,6 +21,7 @@ sources.list 5 + APT @@ -48,9 +49,12 @@ sources.list.d The /etc/apt/sources.list.d directory provides - a way to add sources.list entries in separate files whose names end with - .list. The format is the same as for the regular - sources.list file. + a way to add sources.list entries in separate files. + The format is the same as for the regular sources.list file. + File names need to end with + .list and may only contain letters (a-z and A-Z), + digits (0-9), underscore (_), hyphen (-) and period (.) characters. + Otherwise they will be silently ignored. The deb and deb-src types @@ -170,6 +174,18 @@ deb http://http.us.debian.org/debian dists/stable-updates/ dd commands to perform the file transfers from the remote. + + more recongnizable URI types + + APT can be extended with more methods shipped in other optional packages which should + follow the nameing scheme apt-transport-method. + The APT team e.g. maintain also the apt-transport-https package which + provides access methods for https-URIs with features similiar to the http method, but other + methods for using e.g. debtorrent are also available, see + apt-transport-debtorrent + 1. + +