How To Install libblockdev-tools on Fedora 36

In this tutorial we learn how to install libblockdev-tools in Fedora 36. libblockdev-tools is Various nice tools based on libblockdev

Introduction

In this tutorial we learn how to install libblockdev-tools on Fedora 36.

What is libblockdev-tools

Various nice storage-related tools based on libblockdev.

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

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

sudo dnf -y install libblockdev-tools

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

sudo yum -y install libblockdev-tools

How To Uninstall libblockdev-tools on Fedora 36

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

sudo dnf remove libblockdev-tools

libblockdev-tools Package Contents on Fedora 36

/usr/bin/lvm-cache-stats
/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/4ed66074320eabe669a09b9377b51335480296

References

Summary

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