Installing Azureus on linux

Last update on May 26, 2009 10:26 AM by jak58
Published by hyts78

Installing Azureus on linux








Intro


Azureus is a Java based BitTorrent client, it supportsI2P and Tor anonymous communication protocols.
You can install Azureus from the official sources since the Bitorrent protocol can be used in GNU / Linux.

You should already have Java installed! Either by your package manager or by the official sources of SUN.

Installation


1) Download Azureus from : http://azureus.sourceforge.net/index.php
2) Decompress the downloaded file

cd /home/downloads/sources
tar xvf Azureus_2.4.0.2_linux.tar.bz2

The unzipped files will be found in /home/downloads/sources

3) Then Switch to Administrator mode

Su-

4) Copy the whole unzipped file in /usr/local/src

cp -pR /home/telechargements/sources/azureus /usr/local/src

5) Azureus is now operational in the binary /usr/local/src/azureus/azureus
You can add this software to the menu of KDE or Gnome or any other window manager using the binary. You can similarly create a shortcut on the desktop.
6) You can also legitimately want to run Azureus from the console with a simple command azureus. It is necessary to create a symlink in /usr/local/bin. For azureus to work, it is necessary to create the symbolic links of the binary. This gives:

ln -s /usr/local/src/Azureus-2.4.0.2/azureus /usr/local/bin

7) The creation of the symlink is not sufficient. In the state, type in a command console and azureus you an error message indicating an invalid path program! You must edit the script of binary, so do : /usr/local/src/Azureus-2.4.0.2/azureus
On Admin mode, in the console enter:
/usr/local/src/Azureus-2.4.0.2/azureus

This will allow you to edit the script with Kate and save the changes.

.


8) At the top of the script you should see :

# PROGRAM_DIR="/home/username/apps/azureus"	# use full path to Azureus bin dir


Customize and you will see:


PROGRAM_DIR="/usr/local/src/Azureus-2.4.0.2/"

Then save!

9) You may want to also change the references to a new envirronnement Java. For example, when installing primitive is Java 1.4.x that was installed by default but for some reason you have also installed Java 1.5.x as well (leaving Java security 1.4.x).

Just above the path to the binary Azureus (see above: point 8), you must have:

# JAVA_PROGRAM_DIR=""


Personalization gives:

JAVA_PROGRAM_DIR="/usr/java/jre1.5.0_06/bin/"

Save Again

Remember to set your firewall to allow transfers BitTorrents ;-) These are the ports TCP 6881 to 6889.
Best answers for « Installing Azureus on linux » in :
LAMP(Apache + MySQL + PHP) quick install on Linux Show LAMP(Apache + MySQL + PHP) quick install on Linux Intro LAMP is the acronym for a free and open source software suite.usually used to define and run dynamic a web server infrastructure ,software development and establish a software...
Install Dofus under Linux ShowDownload Dofus Decompress the file Use Dofus Online Install Dofus under Linux Download Dofus For example, if the directory link for the download is set as /home/USERNAME/dofus, you should make use of the command mkdir $HOME/dofus to...
Installing Linux using your USB drive ShowInstalling Linux using your USB drive UNetbootin Other features UNetbootin If it happens that you have to install linux on a machine and you don’t have any CD or DVD to make an image but you have your USB flash drive. The minimum...
[Ubuntu]Repair file system error Show[Ubuntu]Repair file system error In the case that you have installed Ubuntu Linux on your PC and on the partition /dev/sdaX. If it happened that the file system is damaged , it is possible to repair it. Boot with the installation CD...
Download Ext2 Installable File System ShowIf you currently have Windows running and you realize that you need some files for your work which you have stored on an Ext2 volume of your Linux installation, you no longer have to shut down Windows and boot Linux! Furthermore, Windows will now...
Download Avira AntiVir Personal free for Linux / FreeBSD / OpenBSD / Solaris ShowFor Linux / FreeBSD / OpenBSD / Solaris Avira AntiVir PersonalEdition Classic is a very good and free antivirus which reliably protects your private computer against dangerous viruses, worms, Trojans, rootkits and costly dialers.
Installation of Linux ShowInstallation of the RedHat distribution The RedHat distribution is currently one of the most popular distributions, considering that the installation procedure is very simple. As a matter of fact, this procedure simply asks you to choose from a...
Intranet - Installing the Linux distribution Mandrake ShowIntroduction to installation The server can work with any Linux distribution, but we have chosen to use the distribution Mandrake, which has the advantage of being simple to install, and includes a multitude of pre-installed applications. You can...
Installing a network adapter ShowPurpose The purpose of this article is to set up a network to enable data exchanges between computers, resource sharing and network games. Is it therefore necessary to install a network card in each computer that may be part of the local area...