screen

Hold a session open on a remote server. Manage multiple windows with a single SSH connection. See also tmux and zellij. More information: <https://manned.org/screen>.

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