mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
SoftwareUpdateDom0 changed
update command names
This commit is contained in:
parent
10a1fb5cd4
commit
f0ab1f4fb9
@ -18,21 +18,21 @@ However, we anticipate some other situations when updating Dom0 software might b
|
||||
- Correcting non-security related bugs (e.g. new buttons for qubes manager)
|
||||
- Adding new features (e.g. GUI backup tool)
|
||||
|
||||
How to do that? (in Beta 2)
|
||||
---------------------------
|
||||
How to do that? (in R1 Beta 2 and later)
|
||||
----------------------------------------
|
||||
|
||||
Start a console in Dom0 and then run one of the following command:
|
||||
|
||||
1) To check and install updates for Dom0 software:
|
||||
|
||||
``` {.wiki}
|
||||
$ sudo qvm-dom0-updates
|
||||
$ sudo qubes-dom0-update
|
||||
```
|
||||
|
||||
2) To install additional packages in Dom0 (usually not recommended):
|
||||
|
||||
``` {.wiki}
|
||||
$ sudo qvm-dom0-updates anti-evil-maid
|
||||
$ sudo qubes-dom0-update 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.
|
||||
@ -53,8 +53,8 @@ You can also pass --enablerepo= option in order to enable optional repositories
|
||||
sudo yum downgrade package-version
|
||||
```
|
||||
|
||||
How to do that? (in Beta 1)
|
||||
---------------------------
|
||||
How to do that? (in R1 Beta 1)
|
||||
------------------------------
|
||||
|
||||
Currently Dom0 update procedure requires command line -- in the future we will make it available from the GUI manager.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user