How to Install and Uninstall pax-utils.x86_64 Package on Oracle Linux 8

Last updated: May 16,2024

1. Install "pax-utils.x86_64" package

This tutorial shows how to install pax-utils.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install pax-utils.x86_64

2. Uninstall "pax-utils.x86_64" package

Here is a brief guide to show you how to uninstall pax-utils.x86_64 on Oracle Linux 8:

$ sudo dnf remove pax-utils.x86_64 $ sudo dnf autoremove

3. Information about the pax-utils.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:08:37 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : pax-utils
Version : 1.3.3
Release : 1.el8
Architecture : x86_64
Size : 114 k
Source : pax-utils-1.3.3-1.el8.src.rpm
Repository : epel
Summary : ELF utils that can check files for security relevant properties
URL : https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities
License : GPLv2
Description : pax-utils is a small set of utilities for peforming Q/A (mostly security)
: checks on systems (most notably, `scanelf`). It is focused on the ELF
: format, but does include a Mach-O helper too for OS X systems.
:
: While heavily integrated into Gentoo's build system, it can be used on any
: distro as it is a generic toolset.
:
: Originally focused only on [PaX](https://pax.grsecurity.net/), it has been
: expanded to be generally security focused. It still has a good number of
: PaX helpers for people interested in that.