How To Install libvirt-daemon-driver-nodedev on Rocky Linux 8

In this tutorial we learn how to install libvirt-daemon-driver-nodedev on Rocky Linux 8. libvirt-daemon-driver-nodedev is Nodedev driver plugin for the libvirtd daemon

Introduction

In this tutorial we learn how to install libvirt-daemon-driver-nodedev on Rocky Linux 8.

What is libvirt-daemon-driver-nodedev

The nodedev driver plugin for the libvirtd daemon, providing an implementation of the node device APIs using the udev capabilities.

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

Install libvirt-daemon-driver-nodedev on Rocky Linux 8 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-nodedev using dnf by running the following command:

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

Install libvirt-daemon-driver-nodedev on Rocky Linux 8 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-nodedev using yum by running the following command:

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

How To Uninstall libvirt-daemon-driver-nodedev on Rocky Linux 8

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

sudo dnf remove libvirt-daemon-driver-nodedev

libvirt-daemon-driver-nodedev Package Contents on Rocky Linux 8

/etc/libvirt/virtnodedevd.conf
/usr/lib/.build-id
/usr/lib/.build-id/48/d7f5c0c3f2c35a35e8c8962492ab0e6e7ba0f7
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/823a3bc217cc6220e102ce6597a3b4611cc856
/usr/lib/systemd/system/virtnodedevd-admin.socket
/usr/lib/systemd/system/virtnodedevd-ro.socket
/usr/lib/systemd/system/virtnodedevd.service
/usr/lib/systemd/system/virtnodedevd.socket
/usr/lib64/libvirt/connection-driver/libvirt_driver_nodedev.so
/usr/sbin/virtnodedevd
/usr/share/augeas/lenses/tests/test_virtnodedevd.aug
/usr/share/augeas/lenses/virtnodedevd.aug

References

Summary

In this tutorial we learn how to install libvirt-daemon-driver-nodedev on Rocky Linux 8 using yum and dnf.