How To Install libhbalinux on Fedora 36

In this tutorial we learn how to install libhbalinux in Fedora 36. libhbalinux is FC-HBAAPI implementation using scsi_transport_fc interfaces

Introduction

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

What is libhbalinux

SNIA HBAAPI vendor library built on top of the scsi_transport_fc interfaces.

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

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

sudo dnf -y install libhbalinux

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

sudo yum -y install libhbalinux

How To Uninstall libhbalinux on Fedora 36

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

sudo dnf remove libhbalinux

libhbalinux Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/ef51b57dc756d8f31bc935531d583bb50c450a
/usr/lib/libhbalinux.so.2
/usr/lib/libhbalinux.so.2.0.2
/usr/share/doc/libhbalinux
/usr/share/doc/libhbalinux/COPYING
/usr/share/doc/libhbalinux/README

References

Summary

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


title: “How To Install libhbalinux on Fedora 36” linkTitle: “libhbalinux” type: “docs” description: “In this tutorial we learn how to install libhbalinux in Fedora 36. libhbalinux is FC-HBAAPI implementation using scsi_transport_fc interfaces” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libhbalinux-featured.png

Introduction

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

What is libhbalinux

SNIA HBAAPI vendor library built on top of the scsi_transport_fc interfaces.

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

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

sudo dnf -y install libhbalinux

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

sudo yum -y install libhbalinux

How To Uninstall libhbalinux on Fedora 36

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

sudo dnf remove libhbalinux

libhbalinux Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/4f8221c2798a60f3352a46c34bb9b4a27f9942
/usr/lib64/libhbalinux.so.2
/usr/lib64/libhbalinux.so.2.0.2
/usr/share/doc/libhbalinux
/usr/share/doc/libhbalinux/COPYING
/usr/share/doc/libhbalinux/README

References

Summary

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