- Download paket repositori epel secara manual menggunakan wget
# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm # wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
- Install menggunakan rpm
# rpm -Uvh remi-release-7*.rpm epel-release-7*.rpm
- Install yum-utils untuk mengatur repositori
# yum install yum-utils
- Kemudian enable php 5.4 dan install paket php
# #yum-config-manager --enable remi-php54 # yum install php php-mcrypt php-cli php-gd php-curl php-mysql php-ldap php-zip php-fileinfo
- Setelah itu cek versi php-nya
# php -v