

Now install PHP5.5 using yum by issuing the below command: yum -enablerepo=remi,remi-php55 install php Step 3: Install/Upgrade PHP to version 5.5įirstly remove the older php installation using yum remove command as shown below: yum remove php php-cgi php-cli php-common You can also enable temporarily using yum commands. If you want to enable it permanently, open the file /etc//remi.repo and change the value of enabled from 0 to 1. Make sure to use the correct url for your Fedora version. Thats it! Now the remi repository has been configured on your system.īy default, Remi repository would be disabled. Fedora 20 rpm -Uvh Fedora 19 rpm -Uvh Fedora 18 rpm -Uvh Fedora 17 rpm -Uvh Firstly we need to setup the rpmfusion repository as shown below: Fedora 17/18/19 rpm -Uvh Īfter rpmfusion is installed, move ahead to setting up Remi repository.

On Fedora, Remi depends on the RPMfusion repository. Note: If you already have epel repo installed, then need not install epel rpm! Setup on Fedora 18/19 Rpm -Uhv remi-release-5.rpm CentOS/RHEL 6.x wget Download both remi and epel installer rpms as shown below: CentOS/RHEL 5.x wget On CentOS, the Remi repository is dependent on Epel repository, which needs to be installed first. The URLs are as follows: CentOS/RHEL 5.x.

The Remi rpm installer is available for both 5.x and 6.x versions of CentOS. The repository can be easily setup on CentOS/Fedora through the rpm installer which will setup the repository configuration.Īlso Read : How to Upgrade PHP 5.x to PHP 7 using Yum? Step1: How to configure Remi repository in CentOS/Fedora/RHEL Setup on CentOS/RHEL – 5.x/6.x This repository is used because the default CentOS/fedora distros do not have the latest versions of these packages! Know more on Remi repository. This repository helps for those who intend to setup apache+php based web servers with various kinds of open source applications. The Remi(Les RPM de Remi) repository provides the latest version of various software packages related to php and mysql for redhat based linux distros like CentOS, Fedora and RHEL. Today we shall see how to Install/Upgrade php to 5.5 from Remi repository using YUM. We saw how to install/upgrade php-5.1.6 to php-5.3.3 using YUM on CentOS/Fedora/RHEL.
