How to Install and Uninstall patchelf.x86_64 Package on CentOS Stream 9

Last updated: September 27,2024

1. Install "patchelf.x86_64" package

Please follow the step by step instructions below to install patchelf.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install patchelf.x86_64

2. Uninstall "patchelf.x86_64" package

Learn how to uninstall patchelf.x86_64 on CentOS Stream 9:

$ sudo dnf remove patchelf.x86_64 $ sudo dnf autoremove

3. Information about the patchelf.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:25:11 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : patchelf
Version : 0.15.0
Release : 1.el9
Architecture : x86_64
Size : 93 k
Source : patchelf-0.15.0-1.el9.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.