Program name: Vuze - its a torrent client. What is needed: installing vuze program.
What I did so far according to one of the users - which actually enabled me to at least run the program.
The work: Terminal -> tar -xjvf VuzeInstaller.tar.bz2
Output: folder with content of package got extracted into Downloads
The work: Terminal -> cd vuze
Output: navigated to vuze folder
The work: Terminal -> ./vuze
Output: the program got opened!
Kyodake - you helped me already!
Conclusion: The program got opened, but the situation is far from resting on the laurels!
Question:
Now that the program at least works - what do I have to do further to install it so it appears on list of available apps and I can run it without going through this entire process?
My idea: STEP 1: According to a tutorial - the installed programs are usually stored in
/bin/
/usr/bin/
/sbin/
/usr/sbin/
STEP 2: Move the entire Vuze folder into e.g. /usr/bin/
But..what next?
First thing to note - this application is not single executable, so it is bit hard to install. It was previously packaged for Ubuntu as Azureus, but now it is missed in the repositories.
In this particular case you can use Snap version @ 5.7.6.0:
If you want to install it manually, then you have to install Java Runtime Environment with
and then do the installation in the correct way by following ArchLinux PKGBUILD as good reference: