How to Install and Uninstall patchelf Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "patchelf" package

Please follow the guidelines below to install patchelf on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install patchelf

2. Uninstall "patchelf" package

This guide let you learn how to uninstall patchelf on openSuSE Tumbleweed:

$ sudo zypper remove patchelf

3. Information about the patchelf package on openSuSE Tumbleweed

Information for package patchelf:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : patchelf
Version : 0.18.0-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 284.4 KiB
Installed : No
Status : not installed
Source package : patchelf-0.18.0-3.1.src
Upstream URL : https://nixos.org/patchelf.html
Summary : A utility for patching ELF binaries
Description :
PatchELF is a simple utility for modifing existing ELF executables and
libraries. It can change the dynamic loader ("ELF interpreter") of
executables and change the RPATH of executables and libraries.