From 91baa8dd4e25352763ddea376f26c8626dfae78d Mon Sep 17 00:00:00 2001 From: Avi Vahl Date: Thu, 20 Nov 2025 13:24:59 +0200 Subject: [PATCH] docs: update dnf repo installation commands dnf5 is used by default since Fedora 41: https://fedoraproject.org/wiki/Releases/41/ChangeSet#Switch_to_dnf5 it comes with `config-manager` by default, albeit with slightly different cli arguments. --- content/manuals/engine/install/fedora.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/manuals/engine/install/fedora.md b/content/manuals/engine/install/fedora.md index 13bac597c160..b76e4d4c128c 100644 --- a/content/manuals/engine/install/fedora.md +++ b/content/manuals/engine/install/fedora.md @@ -83,12 +83,8 @@ Docker from the repository. #### Set up the repository -Install the `dnf-plugins-core` package (which provides the commands to manage -your DNF repositories) and set up the repository. - ```console -$ sudo dnf -y install dnf-plugins-core -$ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo +$ sudo dnf config-manager addrepo --from-repofile {{% param "download-url-base" %}}/docker-ce.repo ``` #### Install Docker Engine