Server Updates
1. Preparing Server
Let’s install required packages for CWP installation
yum -y install wget
CentOS 8, Alma Linux and Rocky Linux: may need to install the EPEL repository to be able to install tools like wget:
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm dnf install wget -y
2. Server Update
Now we need to update your server to the latest version
yum -y update
3. Reboot Server
Reboot your server so that all updates can take effect.
reboot