0

I have been wondering how to update Vuze 4.3 I noticed it in the Ubuntu software that it only has 4.3 and been researching on how to get the latest installments.. if you could help on a step by step if it is possible to update vuze to it's latest version, much would be appreciated, thanks

Dante
  • 1

2 Answers2

0

To get Vuze 4.7 do this:

  1. Uninstall your current version of Vuze.
  2. Get the most current version Here
  3. Extract the file
  4. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, navigate to the folder where the file was extracted, probably /Downloads/vuze
  5. Run the azureus executable, by typing ./azureus

Enjoy!

Mitch
  • 109,787
-1
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu utopic-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
muru
  • 207,228