ldconfig

Configure symlinks and cache for shared library dependencies. More information: <https://manned.org/ldconfig>.

Debian Debian
RUN apt-get update && \ apt-get install -y glibc-source
Ubuntu
RUN apt-get update && \ apt-get install -y eglibc-source
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
Fedora
RUN dnf install -y glibc
Raspbian
RUN apt-get update && \ apt-get install -y eglibc-source
click the source code to copy install ldconfig on any operating system with command-not-found.com