valgrind.bin

instrumentation framework for building dynamic analysis tools

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