From 9cad53bde9ff7fbb884d29a1ad0c8b7bf926f216 Mon Sep 17 00:00:00 2001 From: ykla Date: Thu, 11 Jul 2024 23:10:59 +0800 Subject: [PATCH] Correct the -y operation consequences. about apt remove --- documentation/asciidoc/computers/os/updating.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/os/updating.adoc b/documentation/asciidoc/computers/os/updating.adoc index b7fbe4c95..15ed05d9a 100644 --- a/documentation/asciidoc/computers/os/updating.adoc +++ b/documentation/asciidoc/computers/os/updating.adoc @@ -115,7 +115,7 @@ $ sudo apt remove TIP: To completely remove all traces of the package, including configuration files, use `purge` instead of `remove`. `apt` will display the amount of disk space removing the package will free up. -Enter *Y* and press **Enter** to confirm installation of the package. You can skip this confirmation step by adding the `-y` flag to the command above. +Enter *Y* and press **Enter** to confirm removal of the package. You can skip this confirmation step by adding the `-y` flag to the command above. ==== Manage `apt` disk usage