How to Install and Uninstall pgaudit.src Package on Oracle Linux 9

Last updated: May 13,2024

1. Install "pgaudit.src" package

This tutorial shows how to install pgaudit.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pgaudit.src

2. Uninstall "pgaudit.src" package

This tutorial shows how to uninstall pgaudit.src on Oracle Linux 9:

$ sudo dnf remove pgaudit.src $ sudo dnf autoremove

3. Information about the pgaudit.src package on Oracle Linux 9

Last metadata expiration check: 0:13:22 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pgaudit
Version : 1.7.0
Release : 1.module+el9.2.0+21134+ceb95ed9
Architecture : src
Size : 51 k
Source : None
Repository : ol9_appstream
Summary : PostgreSQL Audit Extension
URL : http://pgaudit.org
License : PostgreSQL
Description : The PostgreSQL Audit extension (pgaudit) provides detailed session
: and/or object audit logging via the standard PostgreSQL logging
: facility.
:
: The goal of the PostgreSQL Audit extension (pgaudit) is to provide
: PostgreSQL users with capability to produce audit logs often required to
: comply with government, financial, or ISO certifications.
:
: An audit is an official inspection of an individual's or organization's
: accounts, typically by an independent body. The information gathered by
: the PostgreSQL Audit extension (pgaudit) is properly called an audit
: trail or audit log. The term audit log is used in this documentation.