You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/desktop/uninstall.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ To uninstall Docker Desktop for Arch:
187
187
1. Remove the Docker Desktop application. Run:
188
188
189
189
```console
190
-
$ sudo pacman remove docker-desktop
190
+
$ sudo pacman -Rsn docker-desktop
191
191
```
192
192
193
193
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:
197
197
```console
198
198
$ rm -r $HOME/.docker/desktop
199
199
$ sudo rm /usr/local/bin/com.docker.cli
200
-
$ sudo apt purge docker-desktop
201
200
```
202
201
203
202
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