From df397c004bec08ab470809c9ab800417633e31fe Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 12 Apr 2022 09:56:44 +0200 Subject: [PATCH] People should really be using apt instead of apt-get --- data/bookworm/README.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/bookworm/README.html.in b/data/bookworm/README.html.in index 899d4eb5..020c6045 100644 --- a/data/bookworm/README.html.in +++ b/data/bookworm/README.html.in @@ -328,7 +328,7 @@ ‘aptitude’ programs.

You can install packages from the commandline using - apt-get. For example, if you want to install the + apt. For example, if you want to install the packages ‘commprog’ and ‘maxgame’, you can give the command:

@@ -336,7 +336,7 @@ #if OUTPUTtext   #endif - apt-get install commprog maxgame + apt install commprog maxgame

Note that you don't have to enter the complete path, or the