X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/cf85342f56a75e8823d900f2e6db9a93537b31c6..47f1d6d23c344b4c592565cc1ea61b5456570a06:/doc/apt-get.8.xml
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index 325f1964d..920f6b36e 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -15,7 +15,7 @@
&apt-email;
&apt-product;
- 05 November 2008
+ 08 November 2008
@@ -33,7 +33,7 @@
apt-get
-
+
@@ -71,6 +74,9 @@
/target_release_name
+
+ /target_release_codename
+
@@ -89,6 +95,12 @@
cleanautocleanautoremove
+
+
+ -v
+ --version
+
+ -h
@@ -150,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
@@ -158,24 +171,23 @@
install
-
- install is followed by one or more
- packages desired for installation or upgrading.
- Each package is a package name, not a fully qualified
- filename (for instance, in a Debian GNU/Linux system,
- libc6 would be the argument provided, not
- libc6_1.9.6-2.deb). All packages required
- by the package(s) specified for installation will also
- be retrieved and installed.
- The /etc/apt/sources.list file is
- used to locate the desired packages. If a hyphen is
- appended to the package name (with no intervening space),
- the identified package will be removed if it is installed.
- Similarly a plus sign can be used to designate a
- package to install. These latter features may be used
- to override decisions made by apt-get's conflict
- resolution system.
-
+ install is followed by one or more
+ packages desired for installation or upgrading.
+ Each package is a package name, not a fully qualified
+ filename (for instance, in a Debian GNU/Linux system,
+ libc6 would be the argument provided, not
+ libc6_1.9.6-2.deb). All packages required
+ by the package(s) specified for installation will also
+ be retrieved and installed.
+ The /etc/apt/sources.list file is
+ used to locate the desired packages. If a hyphen is
+ appended to the package name (with no intervening space),
+ the identified package will be removed if it is installed.
+ Similarly a plus sign can be used to designate a
+ package to install. These latter features may be used
+ to override decisions made by apt-get's conflict
+ resolution system.
+ A specific version of a package can be selected for installation by
following the package name with an equals and the version of the package
@@ -351,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
@@ -384,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
@@ -449,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.
@@ -575,8 +602,8 @@
CURRENT AUTHORS
&apt-author.team;
- &apt-qapage;
+ &apt-qapage;
&manbugs;