I am trying to upgrade php7.3 version but i am getting this issue “Unable to locate package php7.3”
could you solve please?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @rajviswas,
Since you haven’t actually secified an OS, I’ll provide you with the steps you need to use to install PHP 7.3 on a CentOS 7 machine
To install ANY PHP version you wish, you can follow these steps bellow just change the php version to your needs
Install EPEL yum repository on your system
Install Remi repository
Now onto the proper installation
Your system is prepared for the PHP installation from yum repositories. Use one of the following commands to install PHP 7.3 or PHP 7.2 or PHP 7.1 on your system based on your requirements
Now running the following command to check current active PHP version on my system.
Install PHP Modules
You may also need to install additional PHP modules based on your application requirements. Below command will install some more useful PHP modules.
Any other extension you would like to install, you can do it like
Kind regards, KDSys