Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ubuntu.md(Added missed Step) #21666

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
7 changes: 6 additions & 1 deletion content/manuals/desktop/setup/install/linux/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ Recommended approach to install Docker Desktop on Ubuntu:
See step one of [Install using the `apt` repository](/manuals/engine/install/ubuntu.md#install-using-the-repository).

2. Download the latest [DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64). For checksums, see the [Release notes](/manuals/desktop/release-notes.md).
3. Move to the directory that the downloaded file is by running:
```console
$ cd Downloads
```
This assumes that the file was downloaded and saved at **Downloads** folder.

3. Install the package with apt as follows:
5. Install the package with apt as follows:

```console
$ sudo apt-get update
Expand Down