X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/4b2de6720d65c9e7a2cfded0da7d04d758a8e1e2..847d81b8e95610240f782daeaf154df69b3dd80c:/doc/apt-get.8.xml
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index 920f6b36e..ec773edeb 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -21,6 +21,7 @@
apt-get8
+ APT
@@ -85,9 +86,19 @@
purge pkgsource
pkg
-
- =pkg_version_number
-
+
+
+
+ =pkg_version_number
+
+
+ /target_release_name
+
+
+ /target_release_codename
+
+
+ build-dep pkg
@@ -240,13 +251,22 @@
source causes apt-get to fetch source packages. APT
will examine the available packages to decide which source package to
fetch. It will then find and download into the current directory the
- newest available version of that source package. Source packages are
- tracked separately from binary packages via deb-src type lines
- in the &sources-list; file. This probably will mean that you will not
- get the same source as the package you have installed or as you could
- install. If the --compile options is specified then the package will be
- compiled to a binary .deb using dpkg-buildpackage, if --download-only is
- specified then the source package will not be unpacked.
+ newest available version of that source package while respect the
+ default release, set with the option APT::Default-Release,
+ the option or per package with with the
+ pkg/release syntax, if possible.
+
+ Source packages are tracked separately
+ from binary packages via deb-src type lines
+ in the &sources-list; file. This means that you will need to add such a line
+ for each repository you want to get sources from. If you don't do this
+ you will properly get another (newer, older or none) source version than
+ the one you have installed or could install.
+
+ If the options is specified
+ then the package will be compiled to a binary .deb using
+ dpkg-buildpackage, if
+ is specified then the source package will not be unpacked.A specific source version can be retrieved by postfixing the source name
with an equals and then the version to fetch, similar to the mechanism
@@ -364,9 +384,9 @@
Configuration Item: APT::Get::Simulate.Simulation run as user will deactivate locking (Debug::NoLocking)
- automatical. Also a notice will be displayed indicating that this is only a simulation,
- if the option APT::Get::Show-User-Simulation-Note is set (Default: true)
- Neigther NoLocking nor the notice will be triggered if run as root (root should know what
+ automatic. Also a notice will be displayed indicating that this is only a simulation,
+ if the option APT::Get::Show-User-Simulation-Note is set (Default: true).
+ Neither NoLocking nor the notice will be triggered if run as root (root should know what
he is doing without further warnings by apt-get).Simulate prints out
@@ -538,50 +558,11 @@
Files
- /etc/apt/sources.list
- Locations to fetch packages from.
- Configuration Item: Dir::Etc::SourceList.
-
-
- /etc/apt/apt.conf
- APT configuration file.
- Configuration Item: Dir::Etc::Main.
-
-
- /etc/apt/apt.conf.d/
- APT configuration file fragments.
- Configuration Item: Dir::Etc::Parts.
-
-
- /etc/apt/preferences
- Version preferences file.
- This is where you would specify "pinning",
- i.e. a preference to get certain packages
- from a separate source
- or from a different version of a distribution.
- Configuration Item: Dir::Etc::Preferences.
-
-
- &cachedir;/archives/
- Storage area for retrieved package files.
- Configuration Item: Dir::Cache::Archives.
-
-
- &cachedir;/archives/partial/
- Storage area for package files in transit.
- Configuration Item: Dir::Cache::Archives (implicit partial).
-
-
- &statedir;/lists/
- Storage area for state information for each package resource specified in
- &sources-list;
- Configuration Item: Dir::State::Lists.
-
-
- &statedir;/lists/partial/
- Storage area for state information in transit.
- Configuration Item: Dir::State::Lists (implicit partial).
-
+ &file-sourceslist;
+ &file-aptconf;
+ &file-preferences;
+ &file-cachearchives;
+ &file-statelists;