From dc336f537f7ac9217b7d6db7e0e9ce8004f08692 Mon Sep 17 00:00:00 2001 From: Galland Date: Wed, 16 Mar 2016 14:01:00 +0100 Subject: [PATCH] update wrong RPMFusion repo enabling commands Tested on fedora-23 --- common-tasks/software-update-vm.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/common-tasks/software-update-vm.md b/common-tasks/software-update-vm.md index f71fb3ae..8fd61398 100644 --- a/common-tasks/software-update-vm.md +++ b/common-tasks/software-update-vm.md @@ -140,8 +140,10 @@ 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... +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): -dom0 Start Menu -> Template:Fedora 21 -> Package Sources -> Enable RPMFusion +~~~ +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 +~~~ -This already covers RPMFusion yum signing keys.