Issue
Installing PHP 8.1 packages on CloudLinux OS 8 servers fails as it seems that there is no correct repo for it.
No match for argument: alt-php81
Error: Unable to find a match: alt-php81
Environment
- CloudLinux OS 8
- ALT-PHP8.1
Solution
Install the alt-php81 on the server with the following command:
yum install alt-php81* --enablerepo=cloudlinux-updates-testing
Cause
The issue is related to the fact that the ALT-PHP 8.1 packages were released for the current production version such as 8.5.
Comments
0 comments
Please sign in to leave a comment.