An easy way to install Azureus in Ubuntu
This is some tips to install Azureus :
1. Get the azureus program from sourceforge site
# wget -c http://kent.dl.sourceforge.net/sourceforge/azureus/Azureus_2.4.0.2_linux.tar.bz2
2. After that, uncompress the file to opt directory
# sudo tar jxvf Azureus_2.4.0.2_linux.tar.bz2 -C /opt
3. Make a file called azureus.desktop
# sudo gedit /usr/share/applications/azureus.desktop
4. And then write down the following to the new file (azureus.desktop)
[Desktop Entry]
Name=Azureus
Comment=A Bittorrent client
Exec=/opt/azureus/azureus
Icon=/opt/azureus/Azureus.png
Terminal=false
Type=Application
Categories=Application;Network;
5. Save the edited file
6. Open the program in Applications -> Internet -> Azureus
Hope it helps ….







