screen-4.6.2
terminal multiplexer with VT100/ANSI terminal emulation
Install
- All systems
-
curl cmd.cat/screen-4.6.2.sh
- Debian
-
apt-get install screen - Ubuntu
-
apt-get install screen -
Alpine
-
apk add screen - Arch Linux
-
pacman -S screen - Kali Linux
-
apt-get install screen - CentOS
-
yum install screen - Fedora
-
dnf install screen - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install screen - OS X
-
brew install screen - Raspbian
-
apt-get install screen - Docker
-
docker run cmd.cat/screen-4.6.2 screen-4.6.2powered by Commando
screen
terminal multiplexer with VT100/ANSI terminal emulation
GNU Screen is a terminal multiplexer that runs several separate "screens" on a single physical character-based terminal. Each virtual terminal emulates a DEC VT100 plus several ANSI X3.64 and ISO 2022 functions. Screen sessions can be detached and resumed later on a different terminal. Screen also supports a whole slew of other features, including configurable input and output translation, serial port support, configurable logging, and multi-user support.