Hi, I am trying to install the original BitTorrent client in my FC5. Downloaded the http://download.bittorrent.com/dl/BitTorrent-5.0.0-1-Python2.4.noarch.rpm now #rpm -ivh BitTorrent-5.0.0-1-Python2.4.noarch.rpm result: =========== error: Failed dependencies: python-crypto >= 2.0 is needed by BitTorrent-5.0.0-1.noarch python-psyco is needed by BitTorrent-5.0.0-1.noarch python-twisted >= 2.0 is needed by BitTorrent-5.0.0-1.noarch python-zopeinterface is needed by BitTorrent-5.0.0-1.noarch wxPython >= 2.6 is needed by BitTorrent-5.0.0-1.noarch =========== Thought Yum could solve this dependency problem and will automatically download the needed package. So I tried: # yum install BitTorrent-5.0.0-1-Python2.4.noarch.rpm result: ======= Loading "installonlyn" plugin Setting up Install Process Setting up repositories core [1/5] core 100% |=========================| 1.1 kB 00:00 dries [2/5] dries 100% |=========================| 951 B 00:00 updates [3/5] updates 100% |=========================| 1.2 kB 00:00 freshrpms [4/5] freshrpms 100% |=========================| 951 B 00:00 extras [5/5] extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files Parsing package install arguments Examining BitTorrent-5.0.0-1-Python2.4.noarch.rpm: BitTorrent - 5.0.0-1.noarch Marking BitTorrent-5.0.0-1-Python2.4.noarch.rpm to be installed Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package BitTorrent.noarch 0:5.0.0-1 set to be updated --> Running transaction check --> Processing Dependency: python-zopeinterface for package: BitTorrent --> Processing Dependency: python-psyco for package: BitTorrent --> Processing Dependency: python-crypto >= 2.0 for package: BitTorrent --> Processing Dependency: python-twisted >= 2.0 for package: BitTorrent --> Processing Dependency: wxPython >= 2.6 for package: BitTorrent --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package python-crypto.i386 0:2.0.1-2.fc5 set to be updated ---> Package python-psyco.i386 0:1.5.1-3.fc5 set to be updated ---> Package wxPython.i386 0:2.6.3.2-1.fc5 set to be updated --> Running transaction check --> Processing Dependency: python-zopeinterface for package: BitTorrent --> Processing Dependency: libwx_gtk2u_gl-2.6.so.0 for package: wxPython --> Processing Dependency: python-twisted >= 2.0 for package: BitTorrent --> Processing Dependency: libwx_gtk2u_gl-2.6.so.0(WXU_2.6) for package: wxPython --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package wxGTK-gl.i386 0:2.6.3-2.6.3.2.2.fc5 set to be updated --> Running transaction check --> Processing Dependency: python-zopeinterface for package: BitTorrent --> Processing Dependency: python-twisted >= 2.0 for package: BitTorrent --> Finished Dependency Resolution Error: Missing Dependency: python-zopeinterface is needed by package BitTorrent Error: Missing Dependency: python-twisted >= 2.0 is needed by package BitTorrent ================ I last two packages cannot be found. How can I resolve this? Do I need to add another repo??? PS: by the way I have tried #yum install BitTorrent already and the version currently I can install is 4.0. Bit i am trying to install this particular version of Bittorrent Client. Thanks