summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-rw-r--r--en/appendix/chroot-install.xml24
-rw-r--r--en/boot-installer/trouble.xml2
-rw-r--r--en/howto/installation-howto.xml2
-rw-r--r--en/post-install/orientation.xml2
-rw-r--r--en/preparing/bios-setup/powerpc.xml4
-rw-r--r--en/preparing/minimum-hardware-reqts.xml2
-rw-r--r--en/using-d-i/modules/apt-setup.xml4
7 files changed, 20 insertions, 20 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index 584017d15..12e0a1aba 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -238,7 +238,7 @@ A few of the available options are:
install the makedev package, and create a default set of static device files
using (after chrooting)
<informalexample><screen>
-# apt-get install makedev
+# apt install makedev
# mount none /proc -t proc
# cd /dev
# MAKEDEV generic
@@ -468,7 +468,7 @@ deb http://security.debian.org/ &releasename;/updates main
deb-src http://security.debian.org/ &releasename;/updates main
</screen></informalexample>
-Make sure to run <userinput>aptitude update</userinput> after you have
+Make sure to run <userinput>apt update</userinput> after you have
made changes to the sources list.
</para>
@@ -483,14 +483,14 @@ English, install the <classname>locales</classname> support package
and configure it. Currently the use of UTF-8 locales is recommended.
<informalexample><screen>
-# aptitude install locales
+# apt install locales
# dpkg-reconfigure locales
</screen></informalexample>
To configure your keyboard (if needed):
<informalexample><screen>
-# aptitude install console-setup
+# apt install console-setup
# dpkg-reconfigure keyboard-configuration
</screen></informalexample>
@@ -511,7 +511,7 @@ If you intend to boot this system, you probably want a &arch-kernel; kernel
and a boot loader. Identify available pre-packaged kernels with:
<informalexample><screen>
-# apt-cache search &kernelpackage;
+# apt search &kernelpackage;
</screen></informalexample>
</para><para>
@@ -519,7 +519,7 @@ and a boot loader. Identify available pre-packaged kernels with:
Then install the kernel package of your choice using its package name.
<informalexample><screen>
-# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>
+# apt install &kernelpackage;-<replaceable>arch-etc</replaceable>
</screen></informalexample>
</para>
@@ -531,8 +531,8 @@ Then install the kernel package of your choice using its package name.
To make your &debian-gnu; system bootable, set up your boot loader to load
the installed kernel with your new root partition. Note that
-<command>debootstrap</command> does not install a boot loader, though you
-can use <command>aptitude</command> inside your &debian; chroot to do so.
+<command>debootstrap</command> does not install a boot loader, but you
+can use <command>apt</command> inside your &debian; chroot to do so.
</para><para arch="any-x86">
@@ -551,7 +551,7 @@ edit it there. After you are done editing, call <command>lilo</command>
Installing and setting up <classname>grub2</classname> is as easy as:
<informalexample><screen>
-# aptitude install grub-pc
+# apt install grub-pc
# grub-install /dev/<replaceable>sda</replaceable>
# update-grub
</screen></informalexample>
@@ -621,7 +621,7 @@ the system should be accessible via the network later on, you need to install
SSH and set up access.
<informalexample><screen>
-# aptitude install ssh
+# apt install ssh
</screen></informalexample>
@@ -669,7 +669,7 @@ to install all packages with <quote>standard</quote> priority:
# tasksel install standard
</screen></informalexample>
-Of course, you can also just use <command>aptitude</command> to install
+Of course, you can also just use <command>apt</command> to install
packages individually.
</para><para>
@@ -679,7 +679,7 @@ After the installation there will be a lot of downloaded packages in
diskspace by running:
<informalexample><screen>
-# aptitude clean
+# apt clean
</screen></informalexample>
</para>
diff --git a/en/boot-installer/trouble.xml b/en/boot-installer/trouble.xml
index 3e9206fad..b618bfd9a 100644
--- a/en/boot-installer/trouble.xml
+++ b/en/boot-installer/trouble.xml
@@ -549,7 +549,7 @@ you use an e-mail address that you do not mind being made public.
If you have a working &debian; system, the easiest way to send an installation
report is to install the <classname>installation-report</classname> and
<classname>reportbug</classname> packages
-(<command>aptitude install installation-report reportbug</command>),
+(<command>apt install installation-report reportbug</command>),
configure <classname>reportbug</classname> as explained in
<xref linkend="mail-outgoing"/>, and run the command <command>reportbug
installation-reports</command>.
diff --git a/en/howto/installation-howto.xml b/en/howto/installation-howto.xml
index f17960555..cc32c6bf8 100644
--- a/en/howto/installation-howto.xml
+++ b/en/howto/installation-howto.xml
@@ -338,7 +338,7 @@ If you need more information on the install process, see
If you successfully managed an installation with &d-i;,
please take time to provide us with a report.
The simplest way to do so is to install the reportbug package
-(<command>aptitude install reportbug</command>), configure
+(<command>apt install reportbug</command>), configure
<classname>reportbug</classname> as explained in
<xref linkend="mail-outgoing"/>, and run
<command>reportbug installation-reports</command>.
diff --git a/en/post-install/orientation.xml b/en/post-install/orientation.xml
index ff060adb6..0ec05037f 100644
--- a/en/post-install/orientation.xml
+++ b/en/post-install/orientation.xml
@@ -59,7 +59,7 @@ around this by putting packages on <quote>hold</quote> in
</para><para>
One of the best installation methods is apt. You can use the command
-line version <command>apt-get</command> or full-screen text version
+line version of <command>apt</command> or full-screen text version
<application>aptitude</application>. Note apt will also let you merge
main, contrib, and non-free so you can have export-restricted packages
as well as standard versions.
diff --git a/en/preparing/bios-setup/powerpc.xml b/en/preparing/bios-setup/powerpc.xml
index ba153e7fb..58db25d1d 100644
--- a/en/preparing/bios-setup/powerpc.xml
+++ b/en/preparing/bios-setup/powerpc.xml
@@ -170,11 +170,11 @@ QEMU or KVM.
The package qemu-slof is, in fact, a dependency of package
qemu-system-ppc (which also provides the virtual package
qemu-system-ppc64), and can be installed or updated via
-<command>apt-get</command> tool on Debian-based distros.
+<command>apt</command> tool on Debian-based distros.
Like so:
<informalexample><screen>
-# apt-get install qemu-slof
+# apt install qemu-slof
</screen></informalexample>
SLOF can also be installed into rpm-based distribution systems, given
diff --git a/en/preparing/minimum-hardware-reqts.xml b/en/preparing/minimum-hardware-reqts.xml
index ccd8a1be2..5becd006a 100644
--- a/en/preparing/minimum-hardware-reqts.xml
+++ b/en/preparing/minimum-hardware-reqts.xml
@@ -94,7 +94,7 @@ a lot of state information specific to &debian; in addition to its regular
contents, like logfiles. The
<command>dpkg</command> files (with information on all installed
packages) can easily consume 40MB. Also,
-<command>apt-get</command> puts downloaded packages here before they are
+<command>apt</command> puts downloaded packages here before they are
installed. You should
usually allocate at least 200MB for <filename>/var</filename>, and a lot
more if you install a graphical desktop environment.
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