mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 05:37:32 +00:00
20 lines
661 B
Text
20 lines
661 B
Text
|
[[installing-virtio-win-repo]]
|
|||
|
= Installing the Windows VirtIO Repository
|
|||
|
|
|||
|
Install the repo file using the following command:
|
|||
|
|
|||
|
`sudo wget https://fedorapeople.org/groups/virt/virtio-win/virtio-win.repo -O /etc/yum.repos.d/virtio-win.repo -O /etc/yum.repos.d/virtio-win.repo`
|
|||
|
|
|||
|
Then install the virtio-win package with DNF or yum:
|
|||
|
|
|||
|
NOTE: As of Fedora 22, yum has been replaced with dandified yum (DNF), the next generation of yum.
|
|||
|
|
|||
|
To install the irtio-win package with https://fedoraproject.org/wiki/DNF[(DNF)]:
|
|||
|
|
|||
|
`sudo dnf install virtio-win`
|
|||
|
|
|||
|
To install the irtio-win package with https://fedoraproject.org/wiki/Yum[yum]:
|
|||
|
|
|||
|
`sudo yum install virtio-win`
|
|||
|
|