How to Install screen in Ubuntu 18.04



Install screen by entering the following commands in the terminal:

sudo apt update
sudo apt install screen

Description:

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.

Homepage: https://savannah.gnu.org/projects/screen

Version: 4.6.2-1

Section: misc