From 1bb7fed2979a2b5f0c852583220be91469c938b4 Mon Sep 17 00:00:00 2001 From: antitree Date: Sun, 14 Feb 2016 14:50:31 -0500 Subject: [PATCH] Suggestion to show how to uninstall a package I just had an issue installing anti-evil-maid and couldn't find documentation on how to remove it. Looking at the source I think this is the expected way (which worked for me). --- common-tasks/software-update-dom0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common-tasks/software-update-dom0.md b/common-tasks/software-update-dom0.md index d521ab56..323e0d9e 100644 --- a/common-tasks/software-update-dom0.md +++ b/common-tasks/software-update-dom0.md @@ -66,6 +66,14 @@ Of course, command line tools are still available for accomplishing various upda sudo yum downgrade package-version ~~~ +### How to uninstall a package + +If you've installed a package such as anti-evil-maid, you can remove it with the following command: + + ~~~ + sudo qubes-dom0-update action=remove anti-evil-maid + ~~~ + ### Kernel Upgrade ### Install newer kernel. The following example installs kernel 3.19 and was tested on Qubes R3 RC1.