I have installed fresh CentOS 8 and then a 1 click install OpenLiteSpeed, MySQL, PHP and WordPress with this command:
wget --no-check-certificate https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh && bash ols1clk.sh -w
Which is suggested on the official OpenLiteSpeed website. The installation went smooth and fast.
After that I used this command to install CyberPanel:
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
At the end of the installation I got this error:
Error: Transaction check error:
file user/lib64/libmariadb.so.3 conflicts between attempted installs of MariaDB-shared-10.4.12-1.el8.x86_64
And the command fails. Removed the cached packages and tried again but showed the same error.