AzureusHowTo

Differences between revisions 13 and 15 (spanning 2 versions)
Revision 13 as of 2006-06-02 18:12:07
Size: 1324
Editor: 202-155-165-25
Comment:
Revision 15 as of 2006-06-02 18:47:33
Size: 932
Editor: cpe-069-134-168-042
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 1. Add {{{multiverse}}}
 1. Install these packages {{{azureus sun-java5-jre}}}
{{{
$ sudo apt-get install azureus sun-java5-jre
1. Add the multiverse repositories. See AddingRepositoriesHowto for more information.

2
. Install Azureus and Sun Java:

 
{{{
sudo apt-get install azureus sun-java5-jre
Line 12: Line 14:
 1. Configure alternatives to use Sun's java
{{{
$ sudo update-alternatives --config java

3
. Configure alternatives to use Sun's java

 
{{{
sudo update-alternatives --config java
Line 19: Line 23:
 1. Add {{{universe}}} and {{{multiverse}}}, if they have not already been done. If you do not know how, see AddingRepositoriesHowto
 1. 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. Add {{{universe}}} and {{{multiverse}}} repositores. See AddingRepositoriesHowto for more information.

2. Install Azureus' dependencies:

 {{{
sudo apt-get install j2re1.4 libcommons-cli-java liblog4j1.2-java libseda-java libswt-gtk-3.1-java
Line 24: Line 30:
 1. Download the following http://ftp.egr.msu.edu/debian/pool/contrib/a/azureus/azureus_2.4.0.2-1_all.deb
 1. Open a terminal and type {{{dpkg -i azureus_2.4.0.2-1_all.deb}}}
Line 27: Line 31:
=== Ubuntu 5.04 (Hoary Hedgehog) === 3. Download and install Azureus:
Line 29: Line 33:
These versions of Ubuntu do not have a version of Java in the repositories.

 1. Follow the steps at ["Java"] to install Java.
 1. Download the following
http://ftp.egr.msu.edu/debian/pool/contrib/a/azureus/azureus_2.4.0.2-1_all.deb
1. Open a terminal and type {{{dpkg -i azureus_2.4.0.2-1_all.deb}}}
 {{{
wg
et http://ftp.egr.msu.edu/debian/pool/contrib/a/azureus/azureus_2.4.0.2-1_all.deb sudo dpkg -i azureus_2.4.0.2-1_all.deb
rm azureus_2.4.0.2-1_all.deb
}}}

Azureus is a BitTorrent client written in Java.

Installing

Ubuntu 6.06 (Dapper Drake)

1. Add the multiverse repositories. See AddingRepositoriesHowto for more information.

2. Install Azureus and Sun Java:

  • sudo apt-get install azureus sun-java5-jre

3. Configure alternatives to use Sun's java

  • sudo update-alternatives --config java

Ubuntu 5.10 (Breezy Badger)

1. Add universe and multiverse repositores. See AddingRepositoriesHowto for more information.

2. Install Azureus' dependencies:

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

3. Download and install Azureus:

  • wget http://ftp.egr.msu.edu/debian/pool/contrib/a/azureus/azureus_2.4.0.2-1_all.deb sudo dpkg -i azureus_2.4.0.2-1_all.deb
    rm azureus_2.4.0.2-1_all.deb

CategoryCleanup CategoryDocumentation

AzureusHowTo (last edited 2008-08-06 16:41:05 by localhost)