mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-25 15:29:29 -05:00
Avoid appearance of recommending specific repos
This commit is contained in:
parent
4f7e1d81bc
commit
f2af624d0d
@ -91,10 +91,13 @@ The following sections cover advanced topics pertaining to installing and updati
|
|||||||
|
|
||||||
### RPMFusion for Fedora TemplateVMs
|
### RPMFusion for Fedora TemplateVMs
|
||||||
|
|
||||||
If you would like to enable the [RPM Fusion] repository, open a Terminal of the TemplateVM and type the following commands:
|
If you would like to enable the [RPM Fusion] repositories, open a Terminal of the TemplateVM and type the following commands, depending on which RPM Fusions repositories you wish to enable (see [RPM Fusion] for details):
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
sudo dnf config-manager --set-enabled rpmfusion-free rpmfusion-nonfree rpmfusion-free-updates rpmfusion-nonfree-updates
|
sudo dnf config-manager --set-enabled rpmfusion-free
|
||||||
|
sudo dnf config-manager --set-enabled rpmfusion-free-updates
|
||||||
|
sudo dnf config-manager --set-enabled rpmfusion-nonfree
|
||||||
|
sudo dnf config-manager --set-enabled rpmfusion-nonfree-updates
|
||||||
sudo dnf upgrade --refresh
|
sudo dnf upgrade --refresh
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user