How to Install and Uninstall screen.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

1. Install "screen.x86_64" package

In this section, we are going to explain the necessary steps to install screen.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install screen.x86_64

2. Uninstall "screen.x86_64" package

Please follow the step by step instructions below to uninstall screen.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove screen.x86_64 $ sudo dnf autoremove

3. Information about the screen.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:33:02 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : screen
Version : 4.6.2
Release : 12.el8
Architecture : x86_64
Size : 581 k
Source : screen-4.6.2-12.el8.src.rpm
Repository : epel
Summary : A screen manager that supports multiple logins on one terminal
URL : http://www.gnu.org/software/screen
License : GPLv3+
Description : The screen utility allows you to have multiple logins on just one
: terminal. Screen is useful for users who telnet into a machine or are
: connected via a dumb terminal, but want to use more than just one
: login.
:
: Install the screen package if you need a screen manager that can
: support multiple logins on one terminal.