How To Install libblockdev-lvm-dbus on Rocky Linux 8

In this tutorial we learn how to install libblockdev-lvm-dbus on Rocky Linux 8. libblockdev-lvm-dbus is The LVM plugin for the libblockdev library

Introduction

In this tutorial we learn how to install libblockdev-lvm-dbus on Rocky Linux 8.

What is libblockdev-lvm-dbus

The libblockdev library plugin (and in the same time a standalone library) providing the LVM-related functionality utilizing the LVM DBus API.

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

Install libblockdev-lvm-dbus 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 libblockdev-lvm-dbus using dnf by running the following command:

sudo dnf -y install libblockdev-lvm-dbus

Install libblockdev-lvm-dbus 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 libblockdev-lvm-dbus using yum by running the following command:

sudo yum -y install libblockdev-lvm-dbus

How To Uninstall libblockdev-lvm-dbus on Rocky Linux 8

To uninstall only the libblockdev-lvm-dbus package we can use the following command:

sudo dnf remove libblockdev-lvm-dbus

libblockdev-lvm-dbus Package Contents on Rocky Linux 8

/etc/libblockdev/conf.d/10-lvm-dbus.cfg
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/a95d139fb7fabfd3ce24f258cbf873af7ca036
/usr/lib64/libbd_lvm-dbus.so.2
/usr/lib64/libbd_lvm-dbus.so.2.0.0
/etc/libblockdev/conf.d/10-lvm-dbus.cfg
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/995276b6d9084382b81a217f5a4bea8a0d6fc8
/usr/lib/libbd_lvm-dbus.so.2
/usr/lib/libbd_lvm-dbus.so.2.0.0

References

Summary

In this tutorial we learn how to install libblockdev-lvm-dbus on Rocky Linux 8 using yum and dnf.