tmux

Terminal multiplexer. It allows multiple sessions with windows, panes, and more. See also: zellij, screen. More information: <https://github.com/tmux/tmux>.

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