Is there any repo which work for all linux distros

#1
Error while installing OLS in AlmaLinux 9 :
Error:
Problem: package openlitespeed-1.7.16-4.el9.x86_64 requires lsphp74-mbstring, but none of the providers can be installed


I dont get the above error in almalinux 8.

I use the below command to install OLS in Centos, ubuntu,almalinux8 and they work fine:
wget -O - https://repo.litespeed.sh | bash
yum install openlitespeed -y


Can the below solution that you gave for RockyLinux be used for AlmaLinux 9?

sudo wget -O - https://repo.litespeed.sh | sudo bash
dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm
yum install openlitespeed -y


Or do you have any single repo which works for all os like Centos, ubuntu,almalinux, etc?
 
Top