ltrace

Display dynamic library calls of a process. More information: <https://manned.org/ltrace>.

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