How To Install libvirt-daemon-driver-interface on Fedora 36

In this tutorial we learn how to install libvirt-daemon-driver-interface in Fedora 36. libvirt-daemon-driver-interface is Interface driver plugin for the libvirtd daemon

Introduction

In this tutorial we learn how to install libvirt-daemon-driver-interface on Fedora 36.

What is libvirt-daemon-driver-interface

The interface driver plugin for the libvirtd daemon, providing an implementation of the host network interface APIs.

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

Install libvirt-daemon-driver-interface 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 libvirt-daemon-driver-interface using dnf by running the following command:

sudo dnf -y install libvirt-daemon-driver-interface

Install libvirt-daemon-driver-interface 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 libvirt-daemon-driver-interface using yum by running the following command:

sudo yum -y install libvirt-daemon-driver-interface

How To Uninstall libvirt-daemon-driver-interface on Fedora 36

To uninstall only the libvirt-daemon-driver-interface package we can use the following command:

sudo dnf remove libvirt-daemon-driver-interface

libvirt-daemon-driver-interface Package Contents on Fedora 36

/etc/libvirt/virtinterfaced.conf
/run/libvirt/interface
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/ff171739c2e3b5aff23086dc4e7e44906391f0
/usr/lib/.build-id/af
/usr/lib/.build-id/af/0a3a0dfdd2d4ecccdafd12ce746c257024708a
/usr/lib/systemd/system/virtinterfaced-admin.socket
/usr/lib/systemd/system/virtinterfaced-ro.socket
/usr/lib/systemd/system/virtinterfaced.service
/usr/lib/systemd/system/virtinterfaced.socket
/usr/lib64/libvirt/connection-driver/libvirt_driver_interface.so
/usr/sbin/virtinterfaced
/usr/share/augeas/lenses/tests/test_virtinterfaced.aug
/usr/share/augeas/lenses/virtinterfaced.aug
/usr/share/man/man8/virtinterfaced.8.gz

References

Summary

In this tutorial we learn how to install libvirt-daemon-driver-interface on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).