strace

Troubleshooting tool for tracing system calls. More information: <https://manned.org/strace>.

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