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:
523f401584d9584e76c9c77004e7abeb9e6c4551
Equivalent System Packages¶
$ conda install patchelf
$ sudo apt-get install patchelf
$ sudo dnf install patchelf
$ sudo pkg install sysutils/patchelf
$ sudo emerge dev-util/patchelf
$ brew install patchelf
$ sudo port install patchelf
$ nix-env -f \'\<nixpkgs\>\' --install --attr patchelf
$ sudo zypper install patchelf
$ 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.