From 391df3f01aa3f99497b5a58ba835bb06d8d335b5 Mon Sep 17 00:00:00 2001
From: Axon <axon@openmailbox.org>
Date: Mon, 22 Feb 2016 22:43:35 +0000
Subject: [PATCH] Use yum directly to remove a package in dom0

---
 common-tasks/software-update-dom0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common-tasks/software-update-dom0.md b/common-tasks/software-update-dom0.md
index 323e0d9e..c9bd1dcb 100644
--- a/common-tasks/software-update-dom0.md
+++ b/common-tasks/software-update-dom0.md
@@ -71,7 +71,7 @@ Of course, command line tools are still available for accomplishing various upda
 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
+    sudo yum remove anti-evil-maid
     ~~~
     
 ### Kernel Upgrade ###