United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
In order to install software from a new repository, create a new file in /etc/yum.repos.d.
For example, in order to install pidgin (the new project name of gaim - instant messenger software), create a file named /etc/yum.repos.d/pidgin.repo as following:
[pidgin] name=Pidgin for RHEL/CentOS $releasever - $basearch baseurl=http://rpm.pidgin.im/centos/$releasever/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://rpm.pidgin.im/RPM-GPG-KEY-pidgin
All of this configuration information should be available on the site for which the yum repo is being created.
Then import the gpg key for the repository as follows:
rpm --import http://rpm.pidgin.im/RPM-GPG-KEY-pidgin
To disable the repository temporarily, change the enabled flag as follows:
enabled=1 to enabled=0
To delete the repository, remove the file.