addr2line

Convert addresses of a binary into file names and line numbers. More information: <https://manned.org/addr2line>.

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 addr2line on any operating system with command-not-found.com