diff options
author | Michael Vogt <mvo@debian.org> | 2008-11-14 21:12:57 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2008-11-14 21:12:57 +0100 |
commit | f3994b89fc34d1446883f94c006b07e36568d48e (patch) | |
tree | 2a05b578d6fc8bdc505d9dd2c25d260d144fe029 /doc | |
parent | 44307a1681c01ee87e20520e70d56a7c844c441d (diff) | |
parent | 087a772e3a319491243e47470a922e0cb6997a5c (diff) |
* doc/apt-get.8.xml:
- Explicitly say that 'dist-upgrade' command may remove packages.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index d4c849f43..ace7f9e1b 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -156,6 +156,7 @@ with new versions of packages; <command>apt-get</command> 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, <literal>dist-upgrade</literal> command may remove some packages. The <filename>/etc/apt/sources.list</filename> file contains a list of locations from which to retrieve desired package files. See also &apt-preferences; for a mechanism for |