When using yum install screen directly on CentOS 8, it will fail and report that the corresponding package cannot be found. You need to install the EPEL repository first. The method is as follows:
yum install epel-release
Then run yum install screen again, and the installation will succeed.