Skip to content

Commit 95c4d2d

Browse files
Merge pull request #3766 from taophilosophy/develop
Correct the -y operation consequences.
2 parents 1b54ac8 + 9cad53b commit 95c4d2d

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)