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

Last updated: October 05,2024

1. Install "pax-utils.x86_64" package

Learn how to install pax-utils.x86_64 on Fedora 34

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

2. Uninstall "pax-utils.x86_64" package

Please follow the step by step instructions below to uninstall pax-utils.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:37:55 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : pax-utils
Version : 1.3.1
Release : 1.fc34
Architecture : x86_64
Size : 109 k
Source : pax-utils-1.3.1-1.fc34.src.rpm
Repository : updates
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.