From 4202598824031b9ff3e025bc5ed6113dcaf8f98c Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Fri, 18 Dec 2020 17:55:12 -0800 Subject: [PATCH] Remove mention of GUI software installer Apparently, this is not option is not currently possible: https://qubes-os.discourse.group/t/gui-only-software-installation-thoughts-fedora/1944/ --- 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 be3997fa..b01e3ec5 100644 --- a/user/common-tasks/software-update-domu.md +++ b/user/common-tasks/software-update-domu.md @@ -22,7 +22,7 @@ To permanently install new software in a TemplateVM: 1. Start the TemplateVM. 2. Start either a terminal (e.g. `gnome-terminal`) or a dedicated software management application, such as `gpk-application`. - 3. Install software as normally instructed inside that operating system (e.g. `sudo dnf install ` on Fedora, `sudo apt install ` on Debian, or with the appropriate GUI application). + 3. Install software as normally instructed inside that operating system (e.g. `sudo dnf install ` on Fedora, `sudo apt install ` on Debian). 4. Shut down the TemplateVM. 5. Restart all [TemplateBasedVMs] based on the TemplateVM. 6. (Optional) In the relevant [TemplateBasedVMs]' **Qube Settings**, go to the **Applications** tab, select the new application(s) from the list, and press OK.