gcore

GNU Debugger

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