How to Install patchelf in Ubuntu 18.04



Install patchelf by entering the following commands in the terminal:

sudo apt update
sudo apt install patchelf

Description:

modify properties of ELF executables

PatchELF is a simple utility for modifying existing ELF executables and libraries. In particular, it can do the following: . * Change the dynamic loader ("ELF interpreter") of executables * Change the RPATH of executables and libraries * Remove declared dependencies on dynamic libraries (DT_NEEDED entries)

Homepage: http://nixos.org/patchelf.html

Version: 0.9-1

Section: universe/utils