Tags: yum

How to upgrade PHP to ver. 5.2 with yum

Steps Get RPM-GPG-KEY # rpm –import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka Create /etc/yum.repos.d/utterramblings.repo and add the following repository information [utterramblings] name=Jason’s Utter Ramblings Repo baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka Update PHP via yum # yum update php Edit /etc/yum.repos.d/utterramblings.repo to disable automatic yum updates by changing the corresponding parameter. enabled=1 ↓ enabled=0

Read more... »