How to Install and Uninstall patchelf.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "patchelf.x86_64" package

Please follow the steps below to install patchelf.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install patchelf.x86_64

2. Uninstall "patchelf.x86_64" package

This is a short guide on how to uninstall patchelf.x86_64 on Rocky Linux 8:

$ sudo dnf remove patchelf.x86_64 $ sudo dnf autoremove

3. Information about the patchelf.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:53:18 ago on Mon Sep 12 10:27:18 2022.
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.