mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-16 08:14:04 -05:00
Merge pull request #105 from antitree/patch-1
Suggestion to show how to uninstall a package
This commit is contained in:
commit
3431bbb1cd
1 changed files with 8 additions and 0 deletions
|
|
@ -66,6 +66,14 @@ Of course, command line tools are still available for accomplishing various upda
|
|||
sudo yum downgrade 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:
|
||||
|
||||
~~~
|
||||
sudo qubes-dom0-update action=remove anti-evil-maid
|
||||
~~~
|
||||
|
||||
### Kernel Upgrade ###
|
||||
|
||||
Install newer kernel. The following example installs kernel 3.19 and was tested on Qubes R3 RC1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue