strings

Find printable strings in an object file or binary. More information: <https://manned.org/strings>.

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