From b3d9bceaa6206a9791a19f14cdcecb2e32fce627 Mon Sep 17 00:00:00 2001 From: Galland Date: Wed, 16 Mar 2016 15:03:54 +0100 Subject: [PATCH] Marek: Rpmfusion repo definitions are already installed. The repository is simply disabled. --- common-tasks/software-update-vm.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common-tasks/software-update-vm.md b/common-tasks/software-update-vm.md index e9a2da6b..7811c416 100644 --- a/common-tasks/software-update-vm.md +++ b/common-tasks/software-update-vm.md @@ -140,10 +140,9 @@ Also note that Disposable VMs do not have persistent user filesystem, and so the RPMFusion for a Fedora TemplateVM --------------------------------- -If you would like to enable the [RPM Fusion](http://rpmfusion.org/) repository: open a Terminal of the TemplateVM and type the following commands (you may need to Allow Full Access for some minutes in the VM Firewall rules, while the new repositories are fetched): +If you would like to enable the [RPM Fusion](http://rpmfusion.org/) repository: open a Terminal of the TemplateVM and type the following commands: ~~~ -sudo dnf install --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm sudo dnf config-manager --set-enabled rpmfusion-free rpmfusion-nonfree sudo dnf upgrade --refresh ~~~