Merge branch 'patch-1' of git://github.com/ttasket/qubes-doc into ttasket-patch-1

This commit is contained in:
Andrew David Wong 2016-06-03 15:16:37 -07:00
commit 27de8f2161
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -60,12 +60,32 @@ Of course, command line tools are still available for accomplishing various upda
Yum will say that there is no update, but the package will nonetheless be downloaded to dom0.
1. Downgrade the packge:
2. Downgrade the package:
~~~
sudo yum downgrade package-version
~~~
### How to re-install a package
You can re-install in a similar fashion to downgrading.
1. Download the package:
~~~
sudo qubes-dom0-update package
~~~
Yum will say that there is no update, but the package will nonetheless be downloaded to dom0.
2. Re-install the package:
~~~
sudo yum reinstall package
~~~
Note that yum will only re-install if the installed and downloaded versions match. You can ensure they match by either updating the package to the latest version, or specifying the package version in the first step using the form _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: