patchelf

modify properties of ELF executables

Debian Debian
RUN apt-get update && \ apt-get install -y patchelf
Ubuntu
RUN apt-get update && \ apt-get install -y patchelf
Alpine
RUN apk add patchelf
Arch Arch Linux
RUN pacman -S --noconfirm patchelf
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y patchelf
Fedora
RUN dnf install -y patchelf
Raspbian
RUN apt-get update && \ apt-get install -y patchelf
click the source code to copy install patchelf on any operating system with command-not-found.com