How to Install and Uninstall patchelf Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "patchelf" package

Please follow the guidelines below to install patchelf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install patchelf

2. Uninstall "patchelf" package

Learn how to uninstall patchelf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove patchelf $ sudo apt autoclean && sudo apt autoremove

3. Information about the patchelf package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: patchelf
Architecture: amd64
Version: 0.9-1~ubuntu16.04.3
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Felipe Sateler
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 123
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/p/patchelf/patchelf_0.9-1~ubuntu16.04.3_amd64.deb
Size: 45502
MD5sum: 2ba856fa3f732d90957a249b91b861f0
SHA1: b45e78521d6238e295c3719d1247b5d52718bd5a
SHA256: c659b92935ed31b54027decd64fe03471aa0b0161f3f6c896588dc3fed51d52c
SHA512: 07c254bc03c55f7e17b96b9bf2aa3f2e9c050644ae661c3012fc51c82f99328cbffe46325087ee109613b36df585dc20bd01cae2f1ba15126e84f18a8772bdce
Homepage: http://nixos.org/patchelf.html
Description-en: 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)
Description-md5: 824f52851ea97d75c91ab6435745910e

Package: patchelf
Priority: optional
Section: universe/utils
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Felipe Sateler
Architecture: amd64
Version: 0.8-4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
Filename: pool/universe/p/patchelf/patchelf_0.8-4_amd64.deb
Size: 38662
MD5sum: 3e2aaec27c347d96da24a90843efa281
SHA1: 388b338ba03cdc5076cc0835025f3b181fc2a040
SHA256: 1f27ad46dd1089d66921205ef662cdf362d2bd1edbea295e7e6ff19b22072ddc
Description-en: 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)
Description-md5: 824f52851ea97d75c91ab6435745910e
Homepage: http://nixos.org/patchelf.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu