Issue
Some extensions for alt-php are missing. How to update alt-php packages?
Environment
- CloudLinux
- PHP Selector
Solution
Perform all alt-php packages update:
yum groupupdate alt-php
Or you may need to update a specific alt-php version packages:
yum groupupdate alt-phpXX*
Where XX is PHP version number
If you're interested in updating some package from beta or rollout repository you will need to add
--enablerepo=cloudlinux-updates-testing
or
--enablerepo=cloudlinux-rollout-X-bypass
option to update command, like this:
yum groupupdate alt-php80* --enablerepo=cloudlinux-rollout-8-bypass
yum update alt-php82-pecl-ext --enablerepo=cloudlinux-updates-testing
You can check package status and find the actual update command to update the package from beta and rollout in our changelog:
Useful links
https://docs.cloudlinux.com/cloudlinux_os_components/#installation-and-update-4
Comments
0 comments
Please sign in to leave a comment.