ldd

Display shared library dependencies of a binary. Do not use on an untrusted binary, use objdump for that instead. More information: <https://manned.org/ldd>.

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