How To Install libzbd on Fedora 36

In this tutorial we learn how to install libzbd in Fedora 36. libzbd is A library to control zoned block devices

Introduction

In this tutorial we learn how to install libzbd on Fedora 36.

What is libzbd

libzbd is a library providing functions simplifying the management and use of zoned block devices using the kernel ioctl interface.

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

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

sudo dnf -y install libzbd

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

sudo yum -y install libzbd

How To Uninstall libzbd on Fedora 36

To uninstall only the libzbd package we can use the following command:

sudo dnf remove libzbd

libzbd Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/7abdecd8a4cc231b8ea7919e181edf731404e2
/usr/lib/libzbd.so.2
/usr/lib/libzbd.so.2.0.2
/usr/share/doc/libzbd
/usr/share/doc/libzbd/README.md
/usr/share/licenses/libzbd
/usr/share/licenses/libzbd/LGPL-3.0-or-later.txt

References

Summary

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


title: “How To Install libzbd on Fedora 36” linkTitle: “libzbd” type: “docs” description: “In this tutorial we learn how to install libzbd in Fedora 36. libzbd is A library to control zoned block devices” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libzbd-featured.png

Introduction

In this tutorial we learn how to install libzbd on Fedora 36.

What is libzbd

libzbd is a library providing functions simplifying the management and use of zoned block devices using the kernel ioctl interface.

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

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

sudo dnf -y install libzbd

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

sudo yum -y install libzbd

How To Uninstall libzbd on Fedora 36

To uninstall only the libzbd package we can use the following command:

sudo dnf remove libzbd

libzbd Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/05cf5e4248a57bd9e00efd67d1a68f3036a42b
/usr/lib64/libzbd.so.2
/usr/lib64/libzbd.so.2.0.2
/usr/share/doc/libzbd
/usr/share/doc/libzbd/README.md
/usr/share/licenses/libzbd
/usr/share/licenses/libzbd/LGPL-3.0-or-later.txt

References

Summary

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