mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 05:37:32 +00:00
15 lines
326 B
Text
15 lines
326 B
Text
[[installing-virtio-win-repo]]
|
||
= Installing the Windows VirtIO Repository
|
||
|
||
Install the repo file using the following command:
|
||
|
||
----
|
||
# wget https://fedorapeople.org/groups/virt/virtio-win/virtio-win.repo \
|
||
-O /etc/yum.repos.d/virtio-win.repo
|
||
----
|
||
|
||
Then install the _virtio-win_ package:
|
||
|
||
----
|
||
# dnf install virtio-win
|
||
----
|