How can I install screen on Rocky 9.3

[root@master ~]# dnf -y install screen
Last metadata expiration check: 0:26:21 ago on Mon 29 Apr 2024 10:51:38 PM CST.
No match for argument: screen
Error: Unable to find a match: screen
[root@master ~]#

Screen was replaced with tmux

dnf install tmux

1 Like

Thank you for your help.

If you wish to use screen, it is available from EPEL.

1 Like

Thanks a lot , I will try it

sudo dnf install epel-release
sudo dnf install screen

Thank you for your help

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.