Hello Linux Geeksters. As you may know, Vuze (ex Azureus), is a BitTorrent client with the normal functions of such a program: multiple downloads, queuing / prioritizing files, start / stop seeding options.The latest version available is Vuze 5.3.0.0, which has been released a while ago.

In this article I will show you how to install Vuze 5.3.0.0 on Ubuntu 13.10 Saucy Salamander and Linux Mint 16 Petra.
Because it is available via the GetDeb repository, installing Vuze 5.30.0 on the latest Ubuntu and Linux Mint systems is easy. All you have to do is add the ppa to your system, get the repo’s key, update the local repository and install the vuze package. Like this:
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu saucy-getdeb apps" >> /etc/apt/sources.list'
$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install azureus