Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33

Thread: HOWTO: How do I install BitTorrent?

  1. #1
    Join Date
    Oct 2004
    Location
    USA
    Beans
    3,774

    HOWTO: How do I install BitTorrent?

    The best way is via the apt respository. Make sure you have added the universe to your source list. Then run the following commands and this will install BitTorrent and also the plugin for firefox.

    sudo apt-get install bittorrent libwxgtk2.4

  2. #2
    Join Date
    Oct 2004
    Location
    Binary Land, Maryland
    Beans
    632

    Re: HOWTO: How do I install BitTorrent?

    I always loved Azureus! Requires Java though.
    Regards,
    FL-ei-|X|-iu-S
    ][ My Blog ][

  3. #3
    Join Date
    Oct 2004
    Location
    USA
    Beans
    3,774
    Feel free to make a HOWTO and post it

  4. #4
    Join Date
    Oct 2004
    Location
    Israel
    Beans
    22

    Re: HOWTO: How do I install BitTorrent?

    I have installed bittornado and bittornado-gui via apt-get but I can't seem to find how to run it.. or where it was installed..
    do I need also 'bittorrent' package for that or what?

  5. #5
    Join Date
    Oct 2004
    Location
    Sweden
    Beans
    55

    Re: HOWTO: How do I install BitTorrent?

    Quote Originally Posted by Michael
    I have installed bittornado and bittornado-gui via apt-get but I can't seem to find how to run it.. or where it was installed..
    do I need also 'bittorrent' package for that or what?
    The bittornado packages seem to be broken. I would suggest using bittorent-gui instead.
    16:20, AM

  6. #6
    Join Date
    Oct 2004
    Location
    Israel
    Beans
    22

    Re: HOWTO: How do I install BitTorrent?

    I don't see "bittorrent-gui" in niether of the main nor in the universe repositories.. only "bittorrent".

  7. #7
    Join Date
    Oct 2004
    Beans
    7

    Re: HOWTO: How do I install BitTorrent?

    sudo apt-get install bittornado-gui
    Make sure to have universe in your repository

    btdownloadgui.bittornado is the command to open it from a console,
    but after clickin a .torrentlink in firefox/mozilla it should open automaticly (after dialogscreen).

    Good luck ,
    deFrysk

  8. #8
    Join Date
    Oct 2004
    Location
    Binary Land, Maryland
    Beans
    632

    Re: HOWTO: How do I install BitTorrent?

    For bit torrent installations I would have to include

    Azureus Java Bit-Torrent Handler

    Requirements
    Java: http://www.java.com/en/download/manual.jsp
    Azureus: http://sourceforge.net/project/showf...group_id=84122

    Select the appropriate ones which apply to your machine.

    Installing this was a jiffy. I downloaded http://aleron.dl.sourceforge.net/sou...nux.GTK.tar.bz .

    Installation
    Code:
    tar -xvjf Azureus_version.tar.bz2
    cd Azureus_version/
    ./azureus
    This should load up immediately. If errors exisit try configuring the azureus script file to locate your java installation. To do so...

    Code:
     $EDITOR azureus
    Edit the configurable lines.

    If Azureus doesn't load immediately you can try starting it manually...

    GTK:

    Code:
    java -cp swt.jar:swt-pi.jar:Azureus2.jar -Djava.library.path=./org.gudy.azureus2.ui.swt.Main

    Motif:

    Code:
    java -cp swt.jar:Azureus2.jar -Djava.library.path=./org.gudy.azureus2.ui.swt.Main
    If any other problems exist please setup a post. I'll be glad to introduce answers upon request.
    [/code]
    Regards,
    FL-ei-|X|-iu-S
    ][ My Blog ][

  9. #9
    tanari is offline Gee! These Aren't Roasted!
    Join Date
    Oct 2004
    Beans
    159
    Distro
    Ubuntu

    Re: HOWTO: How do I install BitTorrent?

    Code:
    andrei@ubuntu:~/progi/azureus $ ./azureus
    Starting Azureus...
    Java exec found in PATH. Verifying...
    OOPS, you don't seem to have a valid JRE [java = SableVM]
    You need to upgrade to JRE 1.4.x or newer from http://java.sun.com
    OOPS, unable to locate java exec in  /usr/java/  hierarchy
    You need to upgrade to JRE 1.4.x or newer from http://java.sun.com
    how to install java for azureus?

  10. #10
    Join Date
    Oct 2004
    Location
    Binary Land, Maryland
    Beans
    632

    Re: HOWTO: How do I install BitTorrent?

    Install Java's JRE from java.com
    Regards,
    FL-ei-|X|-iu-S
    ][ My Blog ][

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •