How To Install libhbaapi on Fedora 34

libhbaapi is SNIA HBAAPI library SNIA HBAAPI library

Introduction

In this tutorial we learn how to install libhbaapi on Fedora 34.

What is libhbaapi

The SNIA HBA API library. C-level project to manage Fibre Channel Host Bus Adapters. libhbaapi 2.2.9 18.fc34 x86_64 26 k libhbaapi-2.2.9-18.fc34.src.rpm fedora SNIA HBAAPI library http SNIA The SNIA HBA API library. C-level project to manage Fibre Channel Host Bus Adapters.

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

Install libhbaapi on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libhbaapi using dnf by running the following command:

sudo dnf -y install libhbaapi

Install libhbaapi on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libhbaapi using yum by running the following command:

sudo yum -y install libhbaapi

How To Uninstall libhbaapi on Fedora 34

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

sudo dnf remove libhbaapi

libhbaapi Package Contents on Fedora 34

/etc/hba.conf
/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/30149cc208c61efc38b086305e0383ce743304
/usr/lib/libHBAAPI.so.2
/usr/lib/libHBAAPI.so.2.0.2
/usr/share/doc/libhbaapi
/usr/share/doc/libhbaapi/COPYING
/etc/hba.conf
/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/fcc16b43591a15ef800c9ca2fd8210d2f50761
/usr/lib64/libHBAAPI.so.2
/usr/lib64/libHBAAPI.so.2.0.2
/usr/share/doc/libhbaapi
/usr/share/doc/libhbaapi/COPYING

References

Summary

In this tutorial we learn how to install libhbaapi on Fedora 34 using yum and dnf.