X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a7b228bd02987a5738f149e45b3119fbdc458a3c..6e2525a1d9c0930fea9fa65514d7b813f27997f0:/doc/apt-get.8.xml?ds=sidebyside
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index d4c849f43..920f6b36e 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -53,6 +53,9 @@
target_release_number_expression
+
+ target_release_codename
+
@@ -71,6 +74,9 @@
/target_release_name
+
+ /target_release_codename
+
@@ -156,6 +162,7 @@
with new versions of packages; apt-get has a "smart" conflict
resolution system, and it will attempt to upgrade the most important
packages at the expense of less important ones if necessary.
+ So, dist-upgrade command may remove some packages.
The /etc/apt/sources.list file contains a list of locations
from which to retrieve desired package files.
See also &apt-preferences; for a mechanism for
@@ -356,6 +363,12 @@
actually change the system.
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
+ he is doing without further warnings by apt-get).
+
Simulate prints out
a series of lines each one representing a dpkg operation, Configure (Conf),
Remove (Remv), Unpack (Inst). Square brackets indicate broken packages with
@@ -389,6 +402,14 @@
Configuration Item: APT::Get::Compile.
+
+ Also install recommended packages.
+
+
+
+ Do not install recommended packages.
+
+
Ignore package Holds; This causes apt-get to ignore a hold
placed on a package. This may be useful in conjunction with
@@ -454,7 +475,8 @@
of this option. In short, this option
lets you have simple control over which distribution packages will be
retrieved from. Some common examples might be
- or .
+ ,
+ or .
Configuration Item: APT::Default-Release;
see also the &apt-preferences; manual page.
@@ -580,8 +602,8 @@
CURRENT AUTHORS
&apt-author.team;
- &apt-qapage;
+ &apt-qapage;
&manbugs;