Cant find the dependies for BITTORRENT installation

Issues related to software problems.
Post Reply
volvorin
Posts: 2
Joined: 2011/04/24 07:27:28

Cant find the dependies for BITTORRENT installation

Post by volvorin » 2011/04/24 07:35:55

Hi Guys,

I am a newbie to LINUX ,I tried to install BITTORRENT in centos but it is shwng the following dependecies were missing.
But i couldn't find the way to install pls help me out...........
THANX in ADVANCE

rpm -ivh BitTorrent-5.2.2-1-Python2.4.noarch.rpm
error: Failed dependencies:
python-crypto >= 2.0 is needed by BitTorrent-5.2.2-1.noarch
python-psyco is needed by BitTorrent-5.2.2-1.noarch
python-twisted >= 2.0 is needed by BitTorrent-5.2.2-1.noarch
python-zopeinterface is needed by BitTorrent-5.2.2-1.noarch
wxPython >= 2.6 is needed by BitTorrent-5.2.2-1.noarch



How to install these dependencies

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Cant find the dependies for BITTORRENT installation

Post by pschaff » 2011/04/24 14:51:50

Welcome to the CentOS fora. Reading [url=https://www.centos.org/modules/newbb/viewforum.php?forum=47]FAQ & Readme First[/url] is recommended for new users.

This will point you to helpful material such as [url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=14408&forum=47]Installing Software[/url], [url=http://wiki.centos.org/AdditionalResources/Repositories]Repositories[/url], and warnings and advice about installing and configuring the [url=http://wiki.centos.org/PackageManagement/Yum/Priorities]yum priorities plugin[/url]. Non-core repos should have a higher numeric value, which is a lower priority. Lower is "better" as in golf scores.

So, the basic issue is that you are trying to install a downloaded RPM with "rpm", rather than using "yum" to install from a repository and satisfy dependencies automatically. There are a number of potential candidates in repos.[code]
# yum --noplugins --enablerepo \* --disablerepo \*-source --disablerepo \*debug\* --disablerepo c5-media search torrent
...
aria2.i386 : Download utility with BitTorrent and Metalink support
bittorrent.noarch : Network file transfer tool
bittorrent-gui.noarch : GUI versions of the BitTorrent file transfer tool
ctorrent.i386 : BitTorrent Client written in C
deluge.i386 : Graphical BitTorrent client with support for DHT, UPnP, and PEX
ktorrent.i386 : BitTorrent client for KDE
libtorrent.i386 : BitTorrent library
libtorrent-devel.i386 : Header files, libraries and development documentation for libtorrent.
mktorrent.i386 : Command line utility to create BitTorrent metainfo files
mldonkey.i386 : Client for several P2P networks
php-pear-File-Bittorrent2.noarch : Decode and Encode data in Bittorrent format
podcatcher.noarch : Armangil's podcatcher
python-khashmir.noarch : Distributed hash table library of the Kademlia flavor for python
rtorrent.i386 : BitTorrent client based on libtorrent
torrentzip.i386 : Create identical zip files over multiple systems
transmission.i386 : A lightweight GTK+ BitTorrent client
# yum --noplugins --enablerepo \* --disablerepo \*-source --disablerepo \*debug\* --disablerepo c5-media repolist
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated enabled: 18
atrpms Red Hat Enterprise Linux 5 - i386 - ATrpms enabled: 2,094
atrpms-bleeding Red Hat Enterprise Linux 5 - i386 - ATrpms bleeding enabled: 97
atrpms-testing Red Hat Enterprise Linux 5 - i386 - ATrpms testing enabled: 156
base CentOS-5 - Base enabled: 2,683
c5-testing CentOS-5 Testing enabled: 942
centosplus CentOS-5 - Plus enabled: 95
contrib CentOS-5 - Contrib enabled: 0
elrepo ELRepo.org Community Enterprise Linux Repository - el5 enabled: 383
elrepo-kernel ELRepo.org Community Enterprise Linux Kernel Repository - el5 enabled: 12
elrepo-testing ELRepo.org Community Enterprise Linux Testing Repository - el5 enabled: 81
epel Extra Packages for Enterprise Linux 5 - i386 enabled: 5,236
epel-testing Extra Packages for Enterprise Linux 5 - Testing - i386 enabled: 193
extras CentOS-5 - Extras enabled: 325
ius IUS Community Packages for Enterprise Linux 5 - i386 enabled: 271
ius-testing IUS Community Packages for Enterprise Linux 5 - i386 - Testing enabled: 98
jpackage-generic JPackage (free), generic enabled: 2,277
jpackage-generic-nonfree JPackage (non-free), generic enabled: 72
jpackage-rhel JPackage (free) for Red Hat Enterprise Linux 5 enabled: 15
kbs-CentOS-Extras CentOS.Karan.Org-EL5 - Stable enabled: 0
kbs-CentOS-Misc CentOS.Karan.Org-EL5 - Stable enabled: 0
kbs-CentOS-Misc-Testing CentOS.Karan.Org-EL5 - Testing enabled: 145
kbs-CentOS-Testing CentOS.Karan.Org-EL5 - Testing enabled: 1,159
livecd CentOS 5 - LiveCD enabled: 12
livecd-unsupported CentOS 5 - LiveCD Unsupported enabled: 13
local Local YUM Repository enabled: 45
localtest Local Testing YUM Repository enabled: 6
mharris-el Mike A. Harris' Highly Experimental repo for Enterprise Linux 5 - i386 enabled: 57
remi Les RPM de remi pour Enterprise Linux 5 - i386 enabled: 597
remi-test Les RPM de remi en test pour Enterprise Linux 5 - i386 enabled: 2
rpmforge RHEL 5 - RPMforge.net - dag enabled: 10,725
rpmforge-extras RHEL 5 - RPMforge.net - extras enabled: 151
rpmforge-testing RHEL 5 - RPMforge.net - testing enabled: 413
rpmfusion-free-updates RPM Fusion for EL 5 - Free - Updates enabled: 1
rpmfusion-free-updates-testing RPM Fusion for EL 5 - Free - Test Updates enabled: 86
rpmfusion-nonfree-updates RPM Fusion for EL 5 - Nonfree - Updates enabled: 0
rpmfusion-nonfree-updates-testing RPM Fusion for EL 5 - Nonfree - Test Updates enabled: 22
updates CentOS-5 - Updates enabled: 310
utterramblings Jason's Utter Ramblings Repo enabled: 140
virtualbox RHEL/CentOS-5 / i386 - VirtualBox enabled: 13
repolist: 35,571
[/code]
Note that this repo config is used only used for searches and no sane admin would install, much less update, with all those enabled.

volvorin
Posts: 2
Joined: 2011/04/24 07:27:28

Re: Cant find the dependies for BITTORRENT installation

Post by volvorin » 2011/04/24 17:53:08

Thanx for the Reply it is very helpful....

Post Reply