Skip to content

Commit 8b859fe

Browse files
authored
docs: update uninstall.md to fix Arch uninstall commands
1 parent 95cebcc commit 8b859fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/manuals/desktop/uninstall.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ To uninstall Docker Desktop for Arch:
187187
1. Remove the Docker Desktop application. Run:
188188

189189
```console
190-
$ sudo pacman remove docker-desktop
190+
$ sudo pacman -Rsn docker-desktop
191191
```
192192

193193
This removes the Docker Desktop package itself but doesn’t delete all of its files or settings.
@@ -197,7 +197,6 @@ To uninstall Docker Desktop for Arch:
197197
```console
198198
$ rm -r $HOME/.docker/desktop
199199
$ sudo rm /usr/local/bin/com.docker.cli
200-
$ sudo apt purge docker-desktop
201200
```
202201

203202
This removes configuration and data files at `$HOME/.docker/desktop`, the symlink at `/usr/local/bin/com.docker.cli`, and purges the remaining systemd service files.

0 commit comments

Comments
 (0)