How to Install and Uninstall screen Package on Kali Linux

Last updated: May 09,2024

1. Install "screen" package

Here is a brief guide to show you how to install screen on Kali Linux

$ sudo apt update $ sudo apt install screen

2. Uninstall "screen" package

This tutorial shows how to uninstall screen on Kali Linux:

$ sudo apt remove screen $ sudo apt autoclean && sudo apt autoremove

3. Information about the screen package on Kali Linux

Package: screen
Version: 4.9.1-1
Installed-Size: 1003
Maintainer: Axel Beckert
Architecture: amd64
Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libtinfo6 (>= 6), libutempter0 (>= 1.1.5), debianutils (>= 5.3-1~)
Suggests: byobu | screenie | iselect (>= 1.4.0-1), ncurses-term
Size: 593868
SHA256: e5fbcb6b75dd5cfb346dacc96a6959f526d8a1f73df6081e620f7d72c2187da9
SHA1: d02ab00b8061816030bfc634a0950670f2fb8da4
MD5sum: 67c4ddb0553f2bc63705f6971f43c6e7
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.
Description-md5:
Homepage: https://savannah.gnu.org/projects/screen
Tag: hardware::input:keyboard, implemented-in::c, interface::text-mode,
role::program, scope::utility, suite::gnu, uitoolkit::ncurses,
works-with::software:running
Section: misc
Priority: optional
Filename: pool/main/s/screen/screen_4.9.1-1_amd64.deb