From 25019a471e443c0752d9c468195750239eed154c Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 26 Aug 2019 19:43:58 -0500 Subject: [PATCH] Add general intro --- user/common-tasks/software-update-vm.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/user/common-tasks/software-update-vm.md b/user/common-tasks/software-update-vm.md index 6541077b..bebc633c 100644 --- a/user/common-tasks/software-update-vm.md +++ b/user/common-tasks/software-update-vm.md @@ -11,6 +11,10 @@ redirect_from: Installing and updating software in VMs ======================================= +Updating TemplateVMs and StandaloneVMs are two of the main steps in [Updating Qubes OS]. +It is very import to keep TemplateVMs and StandaloneVMs up-to-date with the latest [security] updates. +Updating these VMs also allows you to receive various non-security bug fixes and enhancements both from the Qubes OS Project and from your upstream distro maintainer. + How TemplateVMs work in Qubes ------------------------------ @@ -256,3 +260,7 @@ sudo dnf config-manager --set-enabled rpmfusion-free rpmfusion-nonfree sudo dnf upgrade --refresh ~~~ + +[Updating Qubes OS]: /doc/updating-qubes-os/ +[security]: /security/ +