From 4f7e1d81bc2cd73c8a42727e06c7f9f1642c0e79 Mon Sep 17 00:00:00 2001 From: ghijg <70027324+ghijg@users.noreply.github.com> Date: Fri, 21 Aug 2020 17:55:37 +0200 Subject: [PATCH] Update software-update-domu.md When adding rpmfusion repositories it's important to add the related update repositories, too. --- user/common-tasks/software-update-domu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/common-tasks/software-update-domu.md b/user/common-tasks/software-update-domu.md index 6be06e59..047f8270 100644 --- a/user/common-tasks/software-update-domu.md +++ b/user/common-tasks/software-update-domu.md @@ -94,7 +94,7 @@ The following sections cover advanced topics pertaining to installing and updati If you would like to enable the [RPM Fusion] repository, open a Terminal of the TemplateVM and type the following commands: ~~~ -sudo dnf config-manager --set-enabled rpmfusion-free rpmfusion-nonfree +sudo dnf config-manager --set-enabled rpmfusion-free rpmfusion-nonfree rpmfusion-free-updates rpmfusion-nonfree-updates sudo dnf upgrade --refresh ~~~