Skip to content

Commit 9cad53b

Browse files
authored
Correct the -y operation consequences.
about apt remove
1 parent 1b54ac8 commit 9cad53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/asciidoc/computers/os/updating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $ sudo apt remove <package-name>
115115
TIP: To completely remove all traces of the package, including configuration files, use `purge` instead of `remove`.
116116

117117
`apt` will display the amount of disk space removing the package will free up.
118-
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.
118+
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.
119119

120120
==== Manage `apt` disk usage
121121

0 commit comments

Comments
 (0)