readelf

Displays information about ELF files. More information: <http://man7.org/linux/man-pages/man1/readelf.1.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y binutils-multiarch
Ubuntu
RUN apt-get update && \ apt-get install -y binutils-2.26
Alpine
RUN apk add binutils
Arch Arch Linux
RUN pacman -S --noconfirm aarch64-linux-gnu-binutils
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y binutils-mipsisa32r6el-linux-gnu
CentOS
RUN yum install -y binutils
Fedora
RUN dnf install -y binutils-arc-linux-gnu
Raspbian
RUN apt-get update && \ apt-get install -y binutils-multiarch
click the source code to copy install readelf on any operating system with command-not-found.com