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
Asked
Active
Viewed 641 times
2 Answers
0
To get Vuze 4.7 do this:
- Uninstall your current version of Vuze.
- Get the most current version Here
- Extract the file
- 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 - 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