Skip to content

Commit 2633345

Browse files
committed
Fedora uninstall fix
1 parent f5210c8 commit 2633345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/desktop/uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ To uninstall Docker Desktop for Fedora:
170170
```console
171171
$ rm -r $HOME/.docker/desktop
172172
$ sudo rm /usr/local/bin/com.docker.cli
173-
$ sudo apt purge docker-desktop
173+
$ sudo dnf remove docker-desktop
174174
```
175175

176176
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)