How to Install and Uninstall screen Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "screen" package

Please follow the steps below to install screen on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install screen

2. Uninstall "screen" package

This guide covers the steps necessary to uninstall screen on Ubuntu 21.10 (Impish Indri):

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

3. Information about the screen package on Ubuntu 21.10 (Impish Indri)

Package: screen
Architecture: amd64
Version: 4.8.0-6
Priority: optional
Section: misc
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Axel Beckert
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1004
Depends: libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libtinfo6 (>= 6), libutempter0 (>= 1.1.5)
Suggests: byobu | screenie | iselect (>= 1.4.0-1), ncurses-term
Filename: pool/main/s/screen/screen_4.8.0-6_amd64.deb
Size: 577392
MD5sum: baa58782f205b0b9caaf8b2beab6523a
SHA1: 16e909babbc9a813194f283e873828de6ce88ed7
SHA256: a49d6731cf270a5c753af68e944eeb2a9b2bef8e81d5d28a20ee33ee70d76763
SHA512: f017a2496a6d24ba4fbebffd976b233eb0d0af4fc338d9a86fd178221e93971e5d63eeffb540bcbf565ce9fd5690a1dea6e295095546ebaa0d10b9b46921db3c
Homepage: https://savannah.gnu.org/projects/screen
Description-en: 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: 2d86b86ed6058a04c540802e49312f40
Task: cloud-image, server, ubuntu-server-raspi