gdb

The GNU Debugger. More information: <https://www.gnu.org/software/gdb>.

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