runtest

framework for running test suites on software tools

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