How To Install libhbaapi on Fedora 36

In this tutorial we learn how to install libhbaapi in Fedora 36. libhbaapi is SNIA HBAAPI library

Introduction

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

What is libhbaapi

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 36. In this tutorial we discuss both methods but you only need to choose one of method to install libhbaapi.

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

sudo dnf -y install libhbaapi

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

sudo yum -y install libhbaapi

How To Uninstall libhbaapi on Fedora 36

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

sudo dnf remove libhbaapi

libhbaapi Package Contents on Fedora 36

/etc/hba.conf
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/b21c3a037ed9e3d900ea05a3cb11f438a404cf
/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 36 using yum and [dnf]((/fedora/36/dnf/).


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

Introduction

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

What is libhbaapi

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 36. In this tutorial we discuss both methods but you only need to choose one of method to install libhbaapi.

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

sudo dnf -y install libhbaapi

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

sudo yum -y install libhbaapi

How To Uninstall libhbaapi on Fedora 36

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

sudo dnf remove libhbaapi

libhbaapi Package Contents on Fedora 36

/etc/hba.conf
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/da9f5904d79decdf8ef8e6e805c9e7b701101a
/usr/lib/libHBAAPI.so.2
/usr/lib/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 36 using yum and [dnf]((/fedora/36/dnf/).