mc

Midnight Commander, a terminal based file manager. Navigate the directory structure using the arrow keys, the mouse or by typing the commands into the terminal. More information: <https://midnight-commander.org>.

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