patchelf: A small utility to modify the dynamic linker and RPATH of ELF executables#
Description#
A small utility to modify the dynamic linker and RPATH of ELF executables.
License#
GPL-3.0-or-later
Upstream Contact#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
0.13.1
Equivalent System Packages#
Debian/Ubuntu:
$ sudo apt-get install patchelf
Fedora/Redhat/CentOS:
$ sudo yum install patchelf
freebsd:
$ sudo pkg install sysutils/patchelf
gentoo:
$ sudo emerge dev-util/patchelf
homebrew:
$ brew install patchelf
macports: install the following packages: patchelf
nix:
$ nix-env --install patchelf
opensuse:
$ sudo zypper install patchelf
void:
$ sudo xbps-install patchelf
See https://repology.org/project/patchelf/versions
If the system package is installed, ./configure will check if it can be used.