minicom

A program to communicate with the serial interface of a device. More information: <https://manned.org/minicom>.

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