AzureusHowTo

Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2005-10-27 04:30:54
Size: 552
Editor: 12
Comment:
Revision 13 as of 2006-06-02 18:12:07
Size: 1324
Editor: 202-155-165-25
Comment:
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 {{{multiverse}}}
 1. Install these packages {{{azureus sun-java5-jre}}}
{{{
$ sudo apt-get install azureus sun-java5-jre
}}}
 1. Configure alternatives to use Sun's java
{{{
$ sudo update-alternatives --config java
}}}
Line 9: Line 17:
Code: === Ubuntu 5.10 (Breezy Badger) ===
Line 11: Line 19:
sudo apt-get install j2re1.4 libcommons-cli-java liblog4j1.2-java libseda-java libswt-gtk-3.1-java  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. 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 13: Line 27:
PHP Code:
wget -c http://ftp.us.debian.org/debian/pool/contrib/a/azureus/azureus_2.3.0.4-3_all.deb
=== Ubuntu 5.04 (Hoary Hedgehog) ===
Line 16: Line 29:
Code: These versions of Ubuntu do not have a version of Java in the repositories.
Line 18: Line 31:
sudo dpkg -i azureus_2.3.0.4-3_all.deb  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}}}
Line 20: Line 35:
That should install azureus and get you all set.


by arnieboy
----
CategoryCleanup
CategoryCleanup CategoryDocumentation

Azureus is a BitTorrent client written in Java.

Installing

Ubuntu 6.06 (Dapper Drake)

  1. Add multiverse

  2. Install these packages azureus sun-java5-jre

$ sudo apt-get install azureus sun-java5-jre
  1. Configure alternatives to use Sun's java

$ sudo update-alternatives --config java

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 http://ftp.egr.msu.edu/debian/pool/contrib/a/azureus/azureus_2.4.0.2-1_all.deb

  2. Open a terminal and type dpkg -i azureus_2.4.0.2-1_all.deb

Ubuntu 5.04 (Hoary Hedgehog)

These versions of Ubuntu do not have a version of Java in the repositories.

  1. Follow the steps at ["Java"] to install Java.
  2. Download the following http://ftp.egr.msu.edu/debian/pool/contrib/a/azureus/azureus_2.4.0.2-1_all.deb

  3. Open a terminal and type dpkg -i azureus_2.4.0.2-1_all.deb

CategoryCleanup CategoryDocumentation

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