mc.csh

Midnight Commander - a powerful file manager

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