diff options
author | Holger Wansing <linux@wansing-online.de> | 2016-04-08 20:23:05 +0000 |
---|---|---|
committer | Holger Wansing <linux@wansing-online.de> | 2016-04-08 20:23:05 +0000 |
commit | 15c9c6ed18245658feec10d504e98acb9eb4c6f7 (patch) | |
tree | 2a3a7a02db7810a5a8d5736f13582a518973546b /en/using-d-i/modules/apt-setup.xml | |
parent | ad441b72e8c7e9a0cdb3258c4bbccc0c8f3d897e (diff) | |
download | installation-guide-15c9c6ed18245658feec10d504e98acb9eb4c6f7.zip |
Switch to the new apt commands, instead of apitude / apt-get / apt-cache
Diffstat (limited to 'en/using-d-i/modules/apt-setup.xml')
-rw-r--r-- | en/using-d-i/modules/apt-setup.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/using-d-i/modules/apt-setup.xml b/en/using-d-i/modules/apt-setup.xml index 2514da582..b6397a213 100644 --- a/en/using-d-i/modules/apt-setup.xml +++ b/en/using-d-i/modules/apt-setup.xml @@ -7,13 +7,13 @@ <para> One of the tools used to install packages on a &debian-gnu; system is -a program called <command>apt-get</command>, from the +the program <command>apt</command>, from the <classname>apt</classname> package<footnote> <para> Note that the program which actually installs the packages is called <command>dpkg</command>. However, this program is more of a low-level -tool. <command>apt-get</command> is a higher-level tool, which will +tool. <command>apt</command> is a higher-level tool, which will invoke <command>dpkg</command> as appropriate. It knows how to retrieve packages from your CD, the network, or wherever. It is also able to automatically install other packages which are required to make the |