Changes between Version 6 and Version 7 of SoftwareUpdateDom0


Ignore:
Timestamp:
May 30, 2012 12:12:33 AM (12 months ago)
Author:
marmarek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwareUpdateDom0

    v6 v7  
    2626You 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. 
    2727 
     28=== How to downgrade specific package? === 
     291. Download older version of package:  
     30{{{ 
     31sudo qubes-dom0-update package-version 
     32}}} 
     33 Yum will say that there is no update, but package will be downloaded to dom0.  
     341. Downgrade packge:  
     35{{{ 
     36sudo yum downgrade package-version 
     37}}} 
     38 
    2839== How to do that? (in Beta 1) == 
    2940