Skip to content

Commit 2aecb5f

Browse files
authored
ENGDOCS-2370 (#21734)
<!--Delete sections as needed --> ## Description Fixes issue identified in #21718 ## 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 c5b3132 commit 2aecb5f

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

content/manuals/desktop/setup/install/linux/debian.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,9 @@ Once a new version for Docker Desktop is released, the Docker UI shows a notific
8080
You need to download the new package each time you want to upgrade Docker Desktop and run:
8181
8282
```console
83-
$ sudo apt-get install ./docker-desktop-<arch>.deb
83+
$ sudo apt-get install ./docker-desktop-amd64.deb
8484
```
8585
86-
Don't forget to substitute `<arch>` with the architecture you want.
87-
8886
## Next steps
8987

9088
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.

content/manuals/desktop/setup/install/linux/fedora.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@ You need to first remove the previous version and then download the new package
7171

7272
```console
7373
$ sudo dnf remove docker-desktop
74-
$ sudo dnf install ./docker-desktop-<arch>.rpm
74+
$ sudo dnf install ./docker-desktop-x86_64.rpm
7575
```
7676

77-
Don't forget to substitute `<arch>` with the architecture you want.
78-
7977
## Next steps
8078

8179
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.

content/manuals/desktop/setup/install/linux/ubuntu.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,9 @@ Once a new version for Docker Desktop is released, the Docker UI shows a notific
8080
You need to download the new package each time you want to upgrade Docker Desktop and run:
8181
8282
```console
83-
$ sudo apt-get install ./docker-desktop-<arch>.deb
83+
$ sudo apt-get install ./docker-desktop-amd64.deb
8484
```
8585
86-
Don't forget to substitute `<arch>` with the architecture you want.
87-
8886
## Next steps
8987

9088
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.

0 commit comments

Comments
 (0)