From eedc04b771f133722420f13c3d157f35d2e1ceac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 30 May 2012 00:12:33 +0000 Subject: [PATCH] SoftwareUpdateDom0 changed --- SoftwareUpdateDom0.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/SoftwareUpdateDom0.md b/SoftwareUpdateDom0.md index 34a25af4..56102e5f 100644 --- a/SoftwareUpdateDom0.md +++ b/SoftwareUpdateDom0.md @@ -37,6 +37,22 @@ $ sudo qvm-dom0-updates anti-evil-maid You can also pass --enablerepo= option in order to enable optional repositories (see yum configuration in Dom0). This is only for advanced users who really understand what they are doing. +### How to downgrade specific package? + +1. Download older version of package: + + ``` {.wiki} + sudo qubes-dom0-update package-version + ``` + + Yum will say that there is no update, but package will be downloaded to dom0. + +2. Downgrade packge: + + ``` {.wiki} + sudo yum downgrade package-version + ``` + How to do that? (in Beta 1) ---------------------------