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

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

Introduction

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

What is libvirt-daemon-driver-network

The network driver plugin for the libvirtd daemon, providing an implementation of the virtual network APIs using the Linux bridge capabilities.

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

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

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

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

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

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

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

sudo dnf remove libvirt-daemon-driver-network

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

/etc/libvirt/qemu
/etc/libvirt/qemu/networks
/etc/libvirt/qemu/networks/autostart
/etc/libvirt/virtnetworkd.conf
/run/libvirt/network
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/5112c34660dee4e5dbc9505dc134b16374eb4e
/usr/lib/.build-id/61
/usr/lib/.build-id/61/39ac39bb8743856c03f82fc163d283c7b37f09
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/6bb0653e237139611e1fb9fb99f48cb47ac9f3
/usr/lib/firewalld/zones/libvirt.xml
/usr/lib/systemd/system/virtnetworkd-admin.socket
/usr/lib/systemd/system/virtnetworkd-ro.socket
/usr/lib/systemd/system/virtnetworkd.service
/usr/lib/systemd/system/virtnetworkd.socket
/usr/lib64/libvirt/connection-driver/libvirt_driver_network.so
/usr/libexec/libvirt_leaseshelper
/usr/sbin/virtnetworkd
/usr/share/augeas/lenses/tests/test_virtnetworkd.aug
/usr/share/augeas/lenses/virtnetworkd.aug
/usr/share/man/man8/virtnetworkd.8.gz
/var/lib/libvirt/dnsmasq
/var/lib/libvirt/network

References

Summary

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