Issue
During alt-php installation:
Module or Group 'alt-php74' is not available.
Module or Group 'alt-php80' is not available.
Module or Group 'alt-php81' is not available.
Module or Group 'alt-php82' is not available.
Module or Group 'alt-php83' is not available.
Module or Group 'alt-php84' is not available.
Module or Group 'alt-php85' is not available.
Error: Nothing to do.Environment
- CloudLinux 10
- alt-php
Solution
Check if the alt-php repository php-els is missing on the system. The current repository list shows the following:
$ yum repolist | egrep 'alt|php' alt-common alt common Extended Lifecycle Support by TuxCare alt-nodejs alt nodejs els Extended Lifecycle Support by TuxCare alt-python alt python els Extended Lifecycle Support by TuxCare alt-ruby alt ruby els Extended Lifecycle Support by TuxCare imunify360-ea-php-hardened Imunify360 ea-php Hardened repository for CentOS 10 - x86_64
Use the following commands to install alt-php on CloudLinux 10:
yum install els-php-release
yum groupinstall alt-php
This should install the required repositories and packages successfully.
Comments
0 comments
Please sign in to leave a comment.