DDL: add gnome-terminal as prerequisite (#14704)

Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
Anca Iordache 2022-05-09 17:55:08 +02:00 committed by GitHub
parent 721d73b06c
commit 6672e5e664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 0 deletions

View File

@ -11,6 +11,13 @@ This topic discusses installation of Docker Desktop from an [Arch package](https
Your Arch-based Linux distribution must meet the [system requirements](../install.md#system-requirements) to install and launch Docker Desktop successfully.
Additionally, for non-Gnome Desktop environments, `gnome-terminal` must be installed:
```console
$ sudo pacman -S gnome-terminal
```
## Install Docker Desktop
1. Install client binaries.

View File

@ -16,6 +16,12 @@ Your Debian distribution must meet the [system requirements](../install.md#syste
Additionally, for a Gnome Desktop environment you must install AppIndicator and KStatusNotifierItem [Gnome extensions](https://extensions.gnome.org/extension/615/appindicator-support/).
For non-Gnome Desktop environments, `gnome-terminal` must be installed:
```console
$ sudo apt install gnome-terminal
```
### OS requirements
To install Docker Desktop, you need the 64-bit version of one of these Debian

View File

@ -15,6 +15,11 @@ Your Fedora distribution must meet the [system requirements](../install.md#syste
Additionally, for a Gnome Desktop environment you must install AppIndicator and KStatusNotifierItem [Gnome extensions](https://extensions.gnome.org/extension/615/appindicator-support/).
For non-Gnome Desktop environments, `gnome-terminal` must be installed:
```console
$ sudo dnf install gnome-terminal
```
### OS requirements

View File

@ -14,6 +14,12 @@ To get started with Docker Desktop on Ubuntu, make sure you
Your Ubuntu distribution must meet the [system requirements](../install.md#system-requirements) to install and launch Docker Desktop successfully.
Additionally, for non-Gnome Desktop environments, `gnome-terminal` must be installed:
```console
$ sudo apt install gnome-terminal
```
### OS requirements
To install Docker Desktop, you need the 64-bit version of one of these Ubuntu