Use yum directly to remove a package in dom0

This commit is contained in:
Axon 2016-02-22 22:43:35 +00:00
parent 3431bbb1cd
commit 391df3f01a
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -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 ###