mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-31 12:34:20 -04:00
Syntax changed due to dnf5/Fedora41
Syntax changed for enabling repositories with dnf5 which is used by default from Fedora 41 on. https://dnf5.readthedocs.io/en/latest/changes_from_dnf4.7.html
This commit is contained in:
parent
01165e5f82
commit
1fca26ce44
1 changed files with 4 additions and 4 deletions
|
@ -227,10 +227,10 @@ depending on which RPM Fusion repositories you wish to enable (see [RPM
|
|||
Fusion](https://rpmfusion.org/) for details):
|
||||
|
||||
~~~
|
||||
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 config-manager setopt rpmfusion-free.enabled=1
|
||||
sudo dnf config-manager setopt rpmfusion-free-updates.enabled=1
|
||||
sudo dnf config-manager setopt rpmfusion-nonfree.enabled=1
|
||||
sudo dnf config-manager setopt rpmfusion-nonfree-updates.enabled=1
|
||||
sudo dnf upgrade --refresh
|
||||
~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue