How To Install libipa_hbac on Rocky Linux 8
Introduction
In this tutorial we learn how to install libipa_hbac
on Rocky Linux 8.
What is libipa_hbac
Utility library to validate FreeIPA HBAC rules for authorization requests
We can use yum
or dnf
to install libipa_hbac
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libipa_hbac.
Install libipa_hbac on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libipa_hbac
using dnf
by running the following command:
sudo dnf -y install libipa_hbac
Install libipa_hbac on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libipa_hbac
using yum
by running the following command:
sudo yum -y install libipa_hbac
How To Uninstall libipa_hbac on Rocky Linux 8
To uninstall only the libipa_hbac
package we can use the following command:
sudo dnf remove libipa_hbac
libipa_hbac Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/0704b3c0c88a226f9d977532ab8fa69a89e225
/usr/lib/libipa_hbac.so.0
/usr/lib/libipa_hbac.so.0.1.0
/usr/share/licenses/libipa_hbac
/usr/share/licenses/libipa_hbac/COPYING
/usr/share/licenses/libipa_hbac/COPYING.LESSER
/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/e590eeffd33b1b91f2f51ba9e4761561ca06fb
/usr/lib64/libipa_hbac.so.0
/usr/lib64/libipa_hbac.so.0.1.0
/usr/share/licenses/libipa_hbac
/usr/share/licenses/libipa_hbac/COPYING
/usr/share/licenses/libipa_hbac/COPYING.LESSER
/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/6fe342b706c1595e5a406864b4a662fb2b46a2
/usr/lib/libipa_hbac.so.0
/usr/lib/libipa_hbac.so.0.1.0
/usr/share/licenses/libipa_hbac
/usr/share/licenses/libipa_hbac/COPYING
/usr/share/licenses/libipa_hbac/COPYING.LESSER
/usr/lib/.build-id
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/60101f4d38fae61035d678fa83896467dd855f
/usr/lib64/libipa_hbac.so.0
/usr/lib64/libipa_hbac.so.0.1.0
/usr/share/licenses/libipa_hbac
/usr/share/licenses/libipa_hbac/COPYING
/usr/share/licenses/libipa_hbac/COPYING.LESSER
References
Summary
In this tutorial we learn how to install libipa_hbac
on Rocky Linux 8 using yum and dnf.