1. 程式人生 > >使用yum update更新php

使用yum update更新php

centos:
yum update php

#Loading "installonlyn" plugin
#Setting up Update Process
#Setting up repositories
#Reading repository metadata in from local files
#Could not find update match for php
#No Packages marked for Update/Obsoletion


2.#vi /etc/yum.repos.d/utterramblings.repo
[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

3.#yum update php