W w3services_net Member Aug 17, 2020 #1 Aug 17, 2020 #1 What will be the command to install the selected PHP version only? yum groupinstall lsphp-all Above will install all but what will be only for specific like php71 and php56 ? I need it for automation. So please help.
What will be the command to install the selected PHP version only? yum groupinstall lsphp-all Above will install all but what will be only for specific like php71 and php56 ? I need it for automation. So please help.
Cold-Egg Administrator Aug 18, 2020 #2 Aug 18, 2020 #2 Hi, If you already knew the package name, you can do something like this Code: yum install lsphp73 lsphp73-common lsphp73-mysql -y Best, Eric
Hi, If you already knew the package name, you can do something like this Code: yum install lsphp73 lsphp73-common lsphp73-mysql -y Best, Eric