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 1/3] 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 ~~~ From f2af624d0dc9477658e970256b01aaa90eaae1fe Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sun, 13 Sep 2020 07:49:37 -0500 Subject: [PATCH 2/3] Avoid appearance of recommending specific repos --- user/common-tasks/software-update-domu.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/user/common-tasks/software-update-domu.md b/user/common-tasks/software-update-domu.md index 047f8270..e1cd1912 100644 --- a/user/common-tasks/software-update-domu.md +++ b/user/common-tasks/software-update-domu.md @@ -91,10 +91,13 @@ The following sections cover advanced topics pertaining to installing and updati ### RPMFusion for Fedora TemplateVMs -If you would like to enable the [RPM Fusion] repository, open a Terminal of the TemplateVM and type the following commands: +If you would like to enable the [RPM Fusion] repositories, open a Terminal of the TemplateVM and type the following commands, depending on which RPM Fusions repositories you wish to enable (see [RPM Fusion] for details): ~~~ -sudo dnf config-manager --set-enabled rpmfusion-free rpmfusion-nonfree rpmfusion-free-updates rpmfusion-nonfree-updates +sudo dnf config-manager --set-enabled rpmfusion-free +sudo dnf config-manager --set-enabled rpmfusion-free-updates +sudo dnf config-manager --set-enabled rpmfusion-nonfree +sudo dnf config-manager --set-enabled rpmfusion-nonfree-updates sudo dnf upgrade --refresh ~~~ From 25612574a1fb50c3553cfa7b0fbb8d415bdc7d25 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sun, 13 Sep 2020 07:50:08 -0500 Subject: [PATCH 3/3] Fix typo --- 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 e1cd1912..ab7a9b9f 100644 --- a/user/common-tasks/software-update-domu.md +++ b/user/common-tasks/software-update-domu.md @@ -91,7 +91,7 @@ The following sections cover advanced topics pertaining to installing and updati ### RPMFusion for Fedora TemplateVMs -If you would like to enable the [RPM Fusion] repositories, open a Terminal of the TemplateVM and type the following commands, depending on which RPM Fusions repositories you wish to enable (see [RPM Fusion] for details): +If you would like to enable the [RPM Fusion] repositories, open a Terminal of the TemplateVM and type the following commands, depending on which RPM Fusion repositories you wish to enable (see [RPM Fusion] for details): ~~~ sudo dnf config-manager --set-enabled rpmfusion-free