LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   BitTorrent on linux? install help? (https://www.linuxquestions.org/questions/linux-software-2/bittorrent-on-linux-install-help-626716/)

elsheepo 03-08-2008 10:58 PM

BitTorrent on linux? install help?
 
I am finding out that installing bitTorrent on linux is not as easy as it seems, as with the OS in general.. Any advice from anyone? I actualy have the file BitTorrent-5.2.0.tar.gz I can untar it, but when i do ./install_nix.sh it gives me a bunch of stuff about not having python yada yada yada, so i try to download python, i dunno if i got the right one, i downloaded it and installed it, still no luck installing bittorrent. I am leaving this in the hands of you linux gurus, please help :'(

reddazz 03-08-2008 11:10 PM

You could try apps like ktorrent, Azureus and Deluge.

elsheepo 03-08-2008 11:23 PM

okay i downloaded the file ktorrent-3.0.0.tar.bz2 for some reason i cant

tar -zxvpf ktorrent-3.0.0.tar.bz2

bash-3.1# tar -zxvpf ktorrent-3.0.0.tar.bz2.gz
tar: ktorrent-3.0.0.tar.bz2.gz: Cannot read: Is a directory
tar: At beginning of tape, quitting now
tar: Error is not recoverable: exiting now

gzip: stdin: unexpected end of file
tar: Child returned status 2
tar: Error exit delayed from previous errors
bash-3.1#

reddazz 03-09-2008 08:56 AM

To extract tar.bz2 files, do
Code:

tar xjvf somefile.tar.bz2
One thing you could so, is use the prebuilt packages from linuxpackages.

pwc101 03-09-2008 09:05 AM

ftp://ftp.mirrorservice.org/sites/ft...extra/ktorrent

Just download the official build, installpkg, and go.


All times are GMT -5. The time now is 10:55 PM.