runscript

friendly menu driven serial communication program

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