diff --git a/content/manuals/compose/install/linux.md b/content/manuals/compose/install/linux.md index 6862b51faea6..3e5b55b34dcd 100644 --- a/content/manuals/compose/install/linux.md +++ b/content/manuals/compose/install/linux.md @@ -41,7 +41,13 @@ To install the Docker Compose plugin on Linux, you can either: $ sudo apt-get update $ sudo apt-get install docker-compose-plugin ``` - * For RPM-based distributions, run: + * For Fedora, run: + ```console + $ sudo dnf update + $ sudo dnf install docker-compose + ``` + + * For RHEL and other RPM-based distributions, run: ```console $ sudo yum update @@ -64,7 +70,13 @@ To update the Docker Compose plugin, run the following commands: $ sudo apt-get update $ sudo apt-get install docker-compose-plugin ``` -* For RPM-based distributions, run: +* For Fedora, run: + + ```console + $ sudo dnf update + $ sudo dnf upgrade docker-compose + ``` +* For RHEL and other RPM-based distributions, run: ```console $ sudo yum update