Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions content/manuals/desktop/setup/install/linux/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@ Once a new version for Docker Desktop is released, the Docker UI shows a notific
You need to download the new package each time you want to upgrade Docker Desktop and run:
```console
$ sudo apt-get install ./docker-desktop-<arch>.deb
$ sudo apt-get install ./docker-desktop-amd64.deb
```
Don't forget to substitute `<arch>` with the architecture you want.

## Next steps

- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
Expand Down
4 changes: 1 addition & 3 deletions content/manuals/desktop/setup/install/linux/fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@ You need to first remove the previous version and then download the new package

```console
$ sudo dnf remove docker-desktop
$ sudo dnf install ./docker-desktop-<arch>.rpm
$ sudo dnf install ./docker-desktop-x86_64.rpm
```

Don't forget to substitute `<arch>` with the architecture you want.

## Next steps

- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
Expand Down
4 changes: 1 addition & 3 deletions content/manuals/desktop/setup/install/linux/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@ Once a new version for Docker Desktop is released, the Docker UI shows a notific
You need to download the new package each time you want to upgrade Docker Desktop and run:
```console
$ sudo apt-get install ./docker-desktop-<arch>.deb
$ sudo apt-get install ./docker-desktop-amd64.deb
```
Don't forget to substitute `<arch>` with the architecture you want.

## Next steps

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