mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-27 03:51:11 -04:00
merge form upstream
This commit is contained in:
commit
2093a276b8
5 changed files with 25 additions and 41 deletions
|
@ -65,44 +65,15 @@ commands to `dnf` using `--action=...`.
|
|||
**WARNING:** Downgrading a package can expose your system to security
|
||||
vulnerabilities.
|
||||
|
||||
1. Download an older version of the package:
|
||||
To downgrade a specific package in dom0:
|
||||
|
||||
~~~
|
||||
sudo qubes-dom0-update package-version
|
||||
~~~
|
||||
|
||||
Dnf will say that there is no update, but the package will nonetheless be
|
||||
downloaded to dom0.
|
||||
|
||||
2. Downgrade the package:
|
||||
|
||||
~~~
|
||||
sudo dnf downgrade package-version
|
||||
~~~
|
||||
sudo qubes-dom0-update --action=downgrade package-version
|
||||
|
||||
## How to re-install a package
|
||||
|
||||
You can re-install in a similar fashion to downgrading.
|
||||
To re-install a package in dom0:
|
||||
|
||||
1. Download the package:
|
||||
|
||||
~~~
|
||||
sudo qubes-dom0-update package
|
||||
~~~
|
||||
|
||||
Dnf will say that there is no update, but the package will nonetheless be
|
||||
downloaded to dom0.
|
||||
|
||||
2. Re-install the package:
|
||||
|
||||
~~~
|
||||
sudo dnf reinstall package
|
||||
~~~
|
||||
|
||||
Note that `dnf` 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`.
|
||||
sudo qubes-dom0-update --action=reinstall package
|
||||
|
||||
## How to uninstall a package
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ Change `Qubes-RX-x86_64.iso` to the filename of the version you're installing, a
|
|||
|
||||
#### Windows ISO to USB
|
||||
|
||||
On Windows, you can use the [Rufus](https://rufus.akeo.ie/) tool to write the ISO to a USB key. Be sure to select "Write in DD Image mode" *after* selecting the Qubes ISO and pressing "START" on the Rufus main window.
|
||||
On Windows, you can use the [Rufus](https://rufus.ie/) tool to write the ISO to a USB key. Be sure to select "Write in DD Image mode" *after* selecting the Qubes ISO and pressing "START" on the Rufus main window.
|
||||
|
||||
<div class="alert alert-info" role="alert">
|
||||
<i class="fa fa-info-circle"></i>
|
||||
|
|
|
@ -25,6 +25,12 @@ Qubes-certified computers are certified for a [major release](/doc/version-schem
|
|||
|
||||
The current Qubes-certified models are listed below in reverse chronological order of certification.
|
||||
|
||||
### NovaCustom V54 Series 14.0 inch coreboot laptop
|
||||
|
||||
[](https://novacustom.com/product/v54-series/)
|
||||
|
||||
The [NovaCustom V54 Series 14.0 inch coreboot laptop](https://novacustom.com/product/v54-series/) is certified for Qubes OS Release 4.
|
||||
|
||||
### NitroPad V56
|
||||
|
||||
[](https://shop.nitrokey.com/shop/nitropad-v56-684)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue