How To Install audit-libs on Fedora 36

In this tutorial we learn how to install audit-libs in Fedora 36. audit-libs is Dynamic library for libaudit

Introduction

In this tutorial we learn how to install audit-libs on Fedora 36.

What is audit-libs

The audit-libs package contains the dynamic libraries needed for applications to use the audit framework.

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

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

sudo dnf -y install audit-libs

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

sudo yum -y install audit-libs

How To Uninstall audit-libs on Fedora 36

To uninstall only the audit-libs package we can use the following command:

sudo dnf remove audit-libs

audit-libs Package Contents on Fedora 36

/etc/libaudit.conf
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/2834a5e2c5e04be060803faff04213aaae5637
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/ed51dff0125516e12d67b971c19c63277c186e
/usr/lib64/libaudit.so.1
/usr/lib64/libaudit.so.1.0.0
/usr/lib64/libauparse.so
/usr/lib64/libauparse.so.0
/usr/lib64/libauparse.so.0.0.0
/usr/share/licenses/audit-libs
/usr/share/licenses/audit-libs/lgpl-2.1.txt
/usr/share/man/man5/libaudit.conf.5.gz

References

Summary

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