Skip to content

Commit a3faaee

Browse files
authored
Fedora uninstall fix (#23233)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent f5210c8 commit a3faaee

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)