添加Centos最新yum源

Centos默认源,可能有些软件还是老版本。只有知道最新的源才能安装最新的软件,例如PHP,等。

cd /etc/yum.repos.d
vim me.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

新建me.repo,保存,即可。

你可能感兴趣的:(添加Centos最新yum源)