How To Install hyperv-daemons on Fedora 36

In this tutorial we learn how to install hyperv-daemons in Fedora 36. hyperv-daemons is Hyper-V daemons suite

Introduction

In this tutorial we learn how to install hyperv-daemons on Fedora 36.

What is hyperv-daemons

Suite of daemons that are needed when Linux guest is running on Windows Host with Hyper-V.

We can use yum or dnf to install hyperv-daemons on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hyperv-daemons.

Install hyperv-daemons on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install hyperv-daemons using dnf by running the following command:

sudo dnf -y install hyperv-daemons

Install hyperv-daemons on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install hyperv-daemons using yum by running the following command:

sudo yum -y install hyperv-daemons

How To Uninstall hyperv-daemons on Fedora 36

To uninstall only the hyperv-daemons package we can use the following command:

sudo dnf remove hyperv-daemons

hyperv-daemons Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install hyperv-daemons on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).