mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 13:44:51 +00:00
15 lines
543 B
Text
15 lines
543 B
Text
|
[[enabling-latest-virtio-win-repo]]
|
||
|
= Enabling the latest Windows VirtIO Repository
|
||
|
|
||
|
By default, the `virtio-win-latest` repository is disabled and `virtio-win-stable` repo is enabled.
|
||
|
|
||
|
To enable the `virtio-win-latest` repo with DNF:
|
||
|
|
||
|
`sudo dnf --enablerepo=virtio-win-latest upgrade virtio-win`
|
||
|
|
||
|
NOTE: As of Fedora 22, yum has been replaced with dandified yum https://fedoraproject.org/wiki/DNF[(DNF)] the next generation of yum.
|
||
|
|
||
|
To enable the `virtio-win-latest` repo with yum:
|
||
|
|
||
|
`sudo yum --enablerepo=virtio-win-latest update virtio-win`
|