How to Install and Uninstall patchelf.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 11,2024

1. Install "patchelf.x86_64" package

Please follow the guidelines below to install patchelf.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install patchelf.x86_64

2. Uninstall "patchelf.x86_64" package

This guide covers the steps necessary to uninstall patchelf.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove patchelf.x86_64 $ sudo dnf autoremove

3. Information about the patchelf.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:26:55 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : patchelf
Version : 0.12
Release : 1.el8
Architecture : x86_64
Size : 88 k
Source : patchelf-0.12-1.el8.src.rpm
Repository : epel
Summary : A utility for patching ELF binaries
URL : http://nixos.org/patchelf.html
License : GPLv3+
Description : PatchELF is a simple utility for modifying an existing ELF executable
: or library. It can change the dynamic loader ("ELF interpreter")
: of an executable and change the RPATH of an executable or library.