Page 11 of 13 FirstFirst ... 910111213 LastLast
Results 101 to 110 of 127

Thread: HOWTO: Installing Azureus on Breezy

  1. #101
    Join Date
    Oct 2005
    Beans
    101

    Re: HOWTO: Installing Azureus on Breezy

    No matter what ports I try and test...i've tried twenty-six already...I always get a NAT ERROR...

    What do I need to do? I'm testing ports i've enabled in firestarter!

    *Hmmph*

  2. #102
    Join Date
    Apr 2005
    Beans
    Hidden!

    Re: HOWTO: Installing Azureus on Breezy

    Arnieboy,

    Thanks for the Azureus install instructions. Question:

    I installed sun-j2re1.5 from plf and then installed the same azureus package you note from the debian repos. Everything works fine. I didn't have to do anything else.

    I never installed, as installing sun-j2re1.5 seemed to install them:
    sudo apt-get install libcommons-cli-java liblog4j1.2-java libseda-java libswt-gtk-3.1-java

    And I never did:
    sudo update-alternatives --set java /usr/lib/j2re1.5-sun/bin/java

    And I never installed firestarter.

    Are these things really necessary?

    Could the instructions instead say:
    Code:
    sudo apt-get install sun-j2re1.5
    Code:
    wget http://ftp.us.debian.org/debian/pool/contrib/a/azureus/azureus_2.3.0.6-1_all.deb
    Code:
    sudo dpkg -i azureus_2.3.0.6-1_all.deb
    UbuntuGuide.org
    The Unofficial Ubuntu Starter Guide

  3. #103
    Join Date
    Apr 2005
    Beans
    Hidden!

    Re: HOWTO: Installing Azureus on Breezy

    There's also this second method, found on the new Breezy Ubuntu Guide, that will install the tarball straight from sourceforge.
    http://easylinux.info/wiki/Ubuntu#Ho...8Azureus.29.3F

    Code:
    sudo apt-get install sun-j2re1.5  (must have PLF repo added for this)
    
    wget -c http://heanet.dl.sourceforge.net/sou..._linux.tar.bz2
    
    sudo tar jxvf Azureus_2.3.0.6_linux.tar.bz2 -C /opt
    
    sudo gedit /usr/share/applications/azureus.desktop
    * Add the following to the new file:
    [Desktop Entry]
    Name=Azureus
    Comment=A Bittorrent client
    Exec=/opt/azureus
    Icon=/opt/azureus/Azureus.png
    Terminal=false
    Type=Application
    Categories=Application;Network;
    Last edited by Rory; December 31st, 2005 at 02:57 PM.
    UbuntuGuide.org
    The Unofficial Ubuntu Starter Guide

  4. #104
    Join Date
    Dec 2005
    Location
    Neosho, MO
    Beans
    7
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Installing Azureus on Breezy

    This method works great! Thanks!

  5. #105
    Join Date
    Aug 2005
    Beans
    20

    Re: HOWTO: Installing Azureus on Breezy

    are there any other bitorrent programs besides azureus and bt4.0 i was hoping on using utorrent but thats windows only

  6. #106
    Join Date
    Jan 2006
    Beans
    147
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Installing Azureus on Breezy

    Eclipse and Azureus still don't play nice together. If I install Azureus it wants to remove Eclipse and it's related packages. If I install eclipse:
    Code:
    $ sudo apt-get install eclipse-sdk
    Reading package lists... Done
    Building dependency tree... Done
    The following extra packages will be installed:
      eclipse-jdt eclipse-jdt-common eclipse-pde eclipse-pde-common
      eclipse-platform eclipse-platform-common eclipse-rcp libswt3.1-gtk-java
      libswt3.1-gtk-jni
    Recommended packages:
      eclipse-jdt-gcj eclipse-pde-gcj eclipse-source eclipse-platform-gcj
      eclipse-rcp-gcj
    The following packages will be REMOVED:
      azureus libswt-gtk-3.1-java libswt-gtk-3.1-jni
    The following NEW packages will be installed:
      eclipse-jdt eclipse-jdt-common eclipse-pde eclipse-pde-common
      eclipse-platform eclipse-platform-common eclipse-rcp eclipse-sdk
      libswt3.1-gtk-java libswt3.1-gtk-jni
    0 upgraded, 10 newly installed, 3 to remove and 3 not upgraded.

  7. #107
    Join Date
    Nov 2005
    Location
    Paris, France
    Beans
    99
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: HOWTO: Installing Azureus on Breezy

    Quote Originally Posted by Barrakketh
    Eclipse and Azureus still don't play nice together. If I install Azureus it wants to remove Eclipse and it's related packages. If I install eclipse:
    Code:
    $ sudo apt-get install eclipse-sdk
    Reading package lists... Done
    Building dependency tree... Done
    The following extra packages will be installed:
      eclipse-jdt eclipse-jdt-common eclipse-pde eclipse-pde-common
      eclipse-platform eclipse-platform-common eclipse-rcp libswt3.1-gtk-java
      libswt3.1-gtk-jni
    Recommended packages:
      eclipse-jdt-gcj eclipse-pde-gcj eclipse-source eclipse-platform-gcj
      eclipse-rcp-gcj
    The following packages will be REMOVED:
      azureus libswt-gtk-3.1-java libswt-gtk-3.1-jni
    The following NEW packages will be installed:
      eclipse-jdt eclipse-jdt-common eclipse-pde eclipse-pde-common
      eclipse-platform eclipse-platform-common eclipse-rcp eclipse-sdk
      libswt3.1-gtk-java libswt3.1-gtk-jni
    0 upgraded, 10 newly installed, 3 to remove and 3 not upgraded.
    My 2 cents : install all java related stuff (eclipse, ant, tomcat...) manually.
    Linux purists will say that's dumb, and that doing this you'll miss the power of packages.
    I experienced so much problems with java apps packages : tomcat messing with struts apps, impossibility to correctly set local javadoc for the JDK in eclipse... that i took this resolution, and now everything is running fine
    Computer Science is no more about computers than astronomy is about telescopes.
    E. W. Dijkstra

  8. #108
    Join Date
    Jan 2006
    Location
    On dark side of the moon
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Installing Azureus on Breezy

    Quote Originally Posted by arnieboy
    UPDATED! NO MORE RESIZING PROBLEMS
    Part 1: Installing Azureus

    Before anything make sure u uncomment the universe and multiverse repositories .....
    At a far simpler level. How does one comment or uncomment?

  9. #109
    Join Date
    Apr 2005
    Beans
    Hidden!

    Re: HOWTO: Installing Azureus on Breezy

    This is a fair question. We just assume that these basic things are self-explanatory, when, of course, they're not.

    ## comment
    uncomment (remove the '#') from the front of the line.

    ## at the beginning of the line means that that line won't be included in your repository (or other script, for that matter). But, it's still there, in case you want to use it down the line, when all you have to do is remove the #.

    ## Sometimes you'll see a file and it will have instructions. In order for ## the instructions to be there but not seen as code, comments are put ## in from of the lines. This allows you to write anything you want to users, explainining the contents of the script. Then you'll see code.

    Here's an example: http://easylinux.info/wiki/Ubuntu#Ho...a_repositories

    Simple enough?

    Rory
    Last edited by Rory; January 28th, 2006 at 05:00 PM.
    UbuntuGuide.org
    The Unofficial Ubuntu Starter Guide

  10. #110
    Join Date
    Jan 2006
    Location
    On dark side of the moon
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Installing Azureus on Breezy

    Thanks a bunch. It was really helpful.

Page 11 of 13 FirstFirst ... 910111213 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
  •