How to Install and Uninstall pax-utils.x86_64 Package on Fedora 36

Last updated: June 01,2024

1. Install "pax-utils.x86_64" package

In this section, we are going to explain the necessary steps to install pax-utils.x86_64 on Fedora 36

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

2. Uninstall "pax-utils.x86_64" package

Learn how to uninstall pax-utils.x86_64 on Fedora 36:

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

3. Information about the pax-utils.x86_64 package on Fedora 36

Last metadata expiration check: 2:51:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : pax-utils
Version : 1.3.3
Release : 2.fc36
Architecture : x86_64
Size : 109 k
Source : pax-utils-1.3.3-2.fc36.src.rpm
Repository : fedora
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.