rust-gdb

Rust debugger (gdb)

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