Installing BitTorrent via YUM
By Jamsi • Dec 27th, 2006 • Category: LinuxAre you trying to install BitTorrent on Centos using YUM? By default it won’t work.
I tried a rpm -i bittorrent, but it reported that I needed 6 python dependencies.
Screw that. What to save some time? Try this!
cd /etc/yum.repos.d
wget http://centos.karan.org/kbsingh-CentOS-Extras.repo
Next open up this file (/etc/sysconfig/rhn/sources) and add this line;
yum kb-centos-extras http://centos.karan.org/el4/extras/stable/$ARCH/RPMS
Next all you have to do [...]

