patchelf 0.16.1
Modify the dynamic linker and RPATH of ELF executables
PatchELF allows the ELF "interpreter" and RPATH of an ELF binary to be changed.
- Outputs:
out
- Website: https://nixos.org/patchelf.html
- Licenses: GPL 3+
- Package source: gnu/packages/elf.scm
- Builds: See build status
- Issues: See known issues
Installation
Install patchelf 0.16.1
as follows:
guix install patchelf@0.16.1
Or install the latest version:
guix install patchelf
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.