How To Install libhbalinux on Fedora 34
Introduction
In this tutorial we learn how to install libhbalinux
on Fedora 34.
What is libhbalinux
SNIA HBAAPI vendor library built on top of the scsi_transport_fc interfaces. libhbalinux 1.0.17 13.fc34 x86_64 39 k libhbalinux-1.0.17-13.fc34.src.rpm fedora FC-HBAAPI implementation using scsi_transport_fc interfaces http LGPLv2 SNIA HBAAPI vendor library built on top of the scsi_transport_fc interfaces.
We can use yum
or dnf
to install libhbalinux
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libhbalinux.
Install libhbalinux 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 libhbalinux
using dnf
by running the following command:
sudo dnf -y install libhbalinux
Install libhbalinux 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 libhbalinux
using yum
by running the following command:
sudo yum -y install libhbalinux
How To Uninstall libhbalinux on Fedora 34
To uninstall only the libhbalinux
package we can use the following command:
sudo dnf remove libhbalinux
libhbalinux Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/a8fe1e20a73bc106d65fff21e9b777d366f92c
/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
/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/ef374291df76cb03ae21758990ce0835043058
/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
- [libhbalinux website](http://www.open-fcoe.org http://www.open-fcoe.org)
Summary
In this tutorial we learn how to install libhbalinux
on Fedora 34 using yum and dnf.