diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-29 16:14:25 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-29 16:14:25 +0200 |
commit | 5583d4146c513283590a1f2d73975a4e667b523a (patch) | |
tree | 642f71b203ec9dcd3f24a8fae9fe007e195a4ab5 /doc/apt-get.8.xml | |
parent | 6c1965bd8db56c5a6bd96c2ce6ef3afd3c3f3daf (diff) |
* doc/apt-get.8.xml:
- use apt-utils as package example instead of libc6
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 48e8d4122..a05a441a4 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -99,8 +99,8 @@ packages desired for installation or upgrading. Each package is a package name, not a fully qualified filename (for instance, in a Debian system, - libc6 would be the argument provided, not - <literal>libc6_1.9.6-2.deb</literal>). All packages required + <package>apt-utils</package> would be the argument provided, not + <filename>apt-utils_&apt-product-version;_amd64.deb</filename>). All packages required by the package(s) specified for installation will also be retrieved and installed. The <filename>/etc/apt/sources.list</filename> file is |