How to Install screen on RedHat (CentOS/RHEL/Fedora/Rocky Linux)
screen was included in the default repositories distributed with RHEL/CentOS 7 and earlier. Since RHEL/CentOS 8 it is now necessary to configure the Extra Packages for Enterprise Linux (EPEL) repos, which you're probably going to need eventually anyway.
dnf install epel-release
Now you can install screen as usual:
dnf install screen
Comments
There are no comments for this item.