Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old April 28th, 2006   #1
ZelasMetallium
5 Cups of Ubuntu
 
ZelasMetallium's Avatar
 
Join Date: Apr 2006
Location: Utah
Beans: 24
Ubuntu Breezy 5.10
Send a message via AIM to ZelasMetallium Send a message via MSN to ZelasMetallium Send a message via Yahoo to ZelasMetallium
A good BitTorrent client?

I was quite the fan of BitComet on my Windows system and would like to keep my torrents coming on this system but am very unhappy with the basic BitTorrent.

I've heard of Azuerus but it doesn't appear on my 'Add Applications' list so I have no idea how to install it. How can I do that and/or what's another program that makes BitTorrent a bit smoother to use?
ZelasMetallium is offline   Reply With Quote
Old April 28th, 2006   #2
ubuntuman001
Chocolate-Covered Ubuntu Beans
 
Join Date: Mar 2006
Beans: 2,142
Ubuntu 9.10 Karmic Koala
Re: A good BitTorrent client?

I would really recommend azureus, and it's easier to install than you think. You can use automatix, following this guide: http://www.ubuntuforums.org/showthread.php?t=80295 , and install azureus from there, or you can follow the guide on the wiki: https://wiki.ubuntu.com/AzureusHowTo...=%28azureus%29
ubuntuman001 is offline   Reply With Quote
Old April 28th, 2006   #3
CompShrink
Gee! These Aren't Roasted!
 
Join Date: Jan 2005
Location: Michigan/California, USA
My beans are hidden!
Ubuntu 8.10 Intrepid Ibex
Re: A good BitTorrent client?

Azureus is probably the best all-torrents-in-one-window client for linux. Just go into Synaptic Package Manager and make sure you have j2re installed before hand, it's needed for Azureus to run, then follow the above.

I recommend against Automatix personally, but that's just my view.

I personally just use BitTornado, but each torrent is still a seperate window, no queueing, but that's fine with me...
CompShrink is offline   Reply With Quote
Old April 28th, 2006   #4
ubuntuman001
Chocolate-Covered Ubuntu Beans
 
Join Date: Mar 2006
Beans: 2,142
Ubuntu 9.10 Karmic Koala
Re: A good BitTorrent client?

The wiki guide explains how to install the java plugins so don't need to worry about doing that separately.
ubuntuman001 is offline   Reply With Quote
Old April 28th, 2006   #5
ZelasMetallium
5 Cups of Ubuntu
 
ZelasMetallium's Avatar
 
Join Date: Apr 2006
Location: Utah
Beans: 24
Ubuntu Breezy 5.10
Send a message via AIM to ZelasMetallium Send a message via MSN to ZelasMetallium Send a message via Yahoo to ZelasMetallium
Re: A good BitTorrent client?

Ubuntu 5.10 (Breezy Badger)

1.Add universe and multiverse, if they have not already been done. If you do not know how, see AddingRepositoriesHowto

2. Install the following programs j2re1.4 libcommons-cli-java liblog4j1.2-java libseda-java libswt-gtk-3.1-java

$ sudo apt-get install j2re1.4 libcommons-cli-java liblog4j1.2-java libseda-java libswt-gtk-3.1-java

1. Download the following [WWW] http://ftp.egr.msu.edu/debian/pool/c....0.2-1_all.deb
2. Open a terminal and type dpkg -i azureus_2.4.0.2-1_all.deb



I'm to that last step but it says:

"kendra@kendra:~$ dpkg -i azureus_2.4.0.2-1_all.deb
dpkg: requested operation requires superuser privilege"

So I sudo'd it and got:

"kendra@kendra:~$ sudo dpkg -i azureus_2.4.0.2-1_all.deb
dpkg: error processing azureus_2.4.0.2-1_all.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
azureus_2.4.0.2-1_all.deb
kendra@kendra:~$"


Now what?
ZelasMetallium is offline   Reply With Quote
Old April 28th, 2006   #6
ubuntuman001
Chocolate-Covered Ubuntu Beans
 
Join Date: Mar 2006
Beans: 2,142
Ubuntu 9.10 Karmic Koala
Re: A good BitTorrent client?

you have to first go to the directory where the file is. for example if it's on the desktop, in the terminal you would type cd /home/kendra/Desktop, and then it would look like this: kendra@kendra:~/home/kendra/Desktop$
then you do the sudo dpkg -i azureus_2.4.0.2-1_all.deb command
ubuntuman001 is offline   Reply With Quote
Old April 28th, 2006   #7
ZelasMetallium
5 Cups of Ubuntu
 
ZelasMetallium's Avatar
 
Join Date: Apr 2006
Location: Utah
Beans: 24
Ubuntu Breezy 5.10
Send a message via AIM to ZelasMetallium Send a message via MSN to ZelasMetallium Send a message via Yahoo to ZelasMetallium
Re: A good BitTorrent client?

Quote:
Originally Posted by erik1397
you have to first go to the directory where the file is. for example if it's on the desktop, in the terminal you would type cd /home/kendra/Desktop, and then it would look like this: kendra@kendra:~/home/kendra/Desktop$
then you do the sudo dpkg -i azureus_2.4.0.2-1_all.deb command
Sweet, that seems to have worked. Thank you mucho!

Wait a second . . . maybe you can help me again. I was setting it up and know nothing about ports in Linux. I got this:

Testing port 21016 ... NAT Error
ZelasMetallium is offline   Reply With Quote
Old April 28th, 2006   #8
ubuntuman001
Chocolate-Covered Ubuntu Beans
 
Join Date: Mar 2006
Beans: 2,142
Ubuntu 9.10 Karmic Koala
Re: A good BitTorrent client?

Quote:
Originally Posted by ZelasMetallium
Sweet, that seems to have worked. Thank you mucho!
You are welcome-o!
ubuntuman001 is offline   Reply With Quote
Old April 29th, 2006   #9
N3wtR0ckn13
5 Cups of Ubuntu
 
Join Date: Apr 2006
Beans: 26
Ubuntu 6.06
Re: A good BitTorrent client?

Quote:
Originally Posted by ZelasMetallium
I was quite the fan of BitComet on my Windows system and would like to keep my torrents coming on this system but am very unhappy with the basic BitTorrent.

I've heard of Azuerus but it doesn't appear on my 'Add Applications' list so I have no idea how to install it. How can I do that and/or what's another program that makes BitTorrent a bit smoother to use?
I think azerus is a bad idea compared to utorrent although extremely similar. one of the arguments i've read recently mentions processing power. azerious is way in excess compared to utorrent, but see for yourself.

http://gomeler.com/2006/04/23/an-int...rrent-clients/
N3wtR0ckn13 is offline   Reply With Quote
Old April 29th, 2006   #10
ZelasMetallium
5 Cups of Ubuntu
 
ZelasMetallium's Avatar
 
Join Date: Apr 2006
Location: Utah
Beans: 24
Ubuntu Breezy 5.10
Send a message via AIM to ZelasMetallium Send a message via MSN to ZelasMetallium Send a message via Yahoo to ZelasMetallium
Re: A good BitTorrent client?

Quote:
Originally Posted by N3wtR0ckn13
I think azerus is a bad idea compared to utorrent although extremely similar. one of the arguments i've read recently mentions processing power. azerious is way in excess compared to utorrent, but see for yourself.

http://gomeler.com/2006/04/23/an-int...rrent-clients/
Umm . . . by posting on the Ubuntu forum I thought it was obvious I meant I need a program for Ubuntu. <_< It seems uTorrent's Windows only.
ZelasMetallium is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:09 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry