AzureusHowTo

Differences between revisions 2 and 3
Revision 2 as of 2005-10-27 04:33:11
Size: 558
Editor: 12
Comment:
Revision 3 as of 2005-10-27 07:09:11
Size: 970
Editor: S0106000000cc07fc
Comment: completely rework page, need someone to confirm instructions
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:
<pre>
sudo apt-get update
</pre>
== Installing ==
Line 7: Line 5:
Do the following to install azureus: === Ubuntu 5.10 (Breezy Badger) ===
Line 9: Line 7:
Code:  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}}}
 1. Download the following http://ftp.us.debian.org/debian/pool/contrib/a/azureus/azureus_2.3.0.4-3_all.deb
 1. Open a terminal and type {{{dpkg -i azureus_2.3.0.4-3_all.deb}}}
Line 11: Line 12:
sudo apt-get install j2re1.4 libcommons-cli-java liblog4j1.2-java libseda-java libswt-gtk-3.1-java === Ubuntu 5.04 (Hoary Hedgehog) and Ubuntu 4.10 (Warty Warthog) ===
Line 13: Line 14:
PHP Code:
wget -c http://ftp.us.debian.org/debian/pool/contrib/a/azureus/azureus_2.3.0.4-3_all.deb
These versions of Ubuntu do not have a version of Java in the repositories.
Line 16: Line 16:
Code:  1. Follow the steps at ["Java"] to install Java.
 1. Download the following http://ftp.us.debian.org/debian/pool/contrib/a/azureus/azureus_2.3.0.4-3_all.deb
 1. Open a terminal and type {{{dpkg -i azureus_2.3.0.4-3_all.deb}}}
Line 18: Line 20:
sudo dpkg -i azureus_2.3.0.4-3_all.deb

That should install azureus and get you all set.


by arnieboy
----
CategoryCleanup
CategoryCleanup CategoryDocumentation

Azureus is a BitTorrent client written in Java.

Installing

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

  3. Download the following http://ftp.us.debian.org/debian/pool/contrib/a/azureus/azureus_2.3.0.4-3_all.deb

  4. Open a terminal and type dpkg -i azureus_2.3.0.4-3_all.deb

Ubuntu 5.04 (Hoary Hedgehog) and Ubuntu 4.10 (Warty Warthog)

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.us.debian.org/debian/pool/contrib/a/azureus/azureus_2.3.0.4-3_all.deb

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

CategoryCleanup CategoryDocumentation

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