From 0921e18e970df9877189571c6f43841d3d7c988a Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Tue, 3 Nov 2020 16:05:02 -0800 Subject: [PATCH] Explain why repos are enabled permanently Closes QubesOS/qubes-issues#4667 --- user/common-tasks/software-update-domu.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/common-tasks/software-update-domu.md b/user/common-tasks/software-update-domu.md index 379e812c..86b126a5 100644 --- a/user/common-tasks/software-update-domu.md +++ b/user/common-tasks/software-update-domu.md @@ -110,6 +110,10 @@ sudo dnf config-manager --set-enabled rpmfusion-nonfree-updates sudo dnf upgrade --refresh ~~~ +This will permanently enable the RPM Fusion repos. +If you install software from here, it's important to keep these repos enabled so that you can receiving future updates. +If you only enable these repos temporarily to install a package the Qubes update mechanism may persistently notify you that updates are available, since it cannot download them. + ### Reverting changes to a TemplateVM