Tuesday, September 21, 2010

How to add a new repository to your yum repo

Put your repos in /etc/yum.conf or separate files named file.repo  in /etc/yum.repos.d
an fedora.repo file
[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://xxxxx.xxx.xxxxx
enabled=1
gpgcheck=0

No comments:

Post a Comment