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

Last updated: May 19,2024

1. Install "pgaudit.src" package

Please follow the instructions below to install pgaudit.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install pgaudit.src

2. Uninstall "pgaudit.src" package

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

$ sudo dnf remove pgaudit.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:47:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : pgaudit
Version : 1.5.0
Release : 1.module+el8.4.0+20016+06fd4df3
Architecture : src
Size : 44 k
Source : None
Repository : ol8_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.