AzureusHowTo

Differences between revisions 1 and 17 (spanning 16 versions)
Revision 1 as of 2005-10-27 04:30:54
Size: 552
Editor: 12
Comment:
Revision 17 as of 2006-06-07 02:51:06
Size: 923
Editor: dsl254-075-124
Comment: fixed missing line break
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Before anything make sure you uncomment the universe and multiverse repositories in /etc/apt/sources.list followed by a Azureus is a BitTorrent client written in Java.
Line 3: Line 3:
Code: == Installing ==
Line 5: Line 5:
sudo apt-get update === Ubuntu 6.06 (Dapper Drake) ===
Line 7: Line 7:
Do the following to install azureus: 1. Add the multiverse repositories. See AddingRepositoriesHowto for more information.
Line 9: Line 9:
Code: 2. Install Azureus and Sun Java by installing the following packages: {{{azureus sun-java5-jre}}}
Line 11: Line 11:
sudo apt-get install j2re1.4 libcommons-cli-java liblog4j1.2-java libseda-java libswt-gtk-3.1-java 3. Configure alternatives to use Sun's java
Line 13: Line 13:
PHP Code:
wget -c http://ftp.us.debian.org/debian/pool/contrib/a/azureus/azureus_2.3.0.4-3_all.deb
 {{{
sudo update-alternatives --config java
}}}
Line 16: Line 17:
Code: === Ubuntu 5.10 (Breezy Badger) ===
Line 18: Line 19:
sudo dpkg -i azureus_2.3.0.4-3_all.deb 1. Add {{{universe}}} and {{{multiverse}}} repositores. See AddingRepositoriesHowto for more information.
Line 20: Line 21:
That should install azureus and get you all set. 2. Install Azureus' dependencies, the following packages: {{{j2re1.4 libcommons-cli-java liblog4j1.2-java libseda-java libswt-gtk-3.1-java}}}.
Line 23: Line 24:
by arnieboy
----
CategoryCleanup
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
}}}

CategoryDocumentation

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 by installing the following packages: 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, the following packages: 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

CategoryDocumentation

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