LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Azureus (https://www.linuxquestions.org/questions/linux-newbie-8/azureus-262927/)

rob_267 12-05-2004 03:08 PM

Azureus
 
Hi i downloaded azureaz for linux.... I'm really new... and I have the package... it looks like some sort of zip.. I'm running SuSE 9.1. Can some one explain to me how to intall it. Thanks
The package is a .tar.bz2
Thannks

uselinux34 12-05-2004 04:15 PM

Hi,

From the commmand line unpack the file with tar -xvjf filename , then cd into the new directory created and run ./azureus and follow the config wizard

Hope that helps

Richard G.

rob_267 12-05-2004 04:25 PM

What do you mean by command line up.... and are you saying go to the jx file first? and whats do you mean by CD into the new directory
Thanks

Optimistic 12-05-2004 07:51 PM

1. Save the Azureus file somewhere, For Examnple: /home/you/bin
2. Open a terminal (xterm, bash, aterm--whatever you have) and type cd /home/you/bin (or just cd bin since the terminal should default to your home directory when you open it).
3. In the terminal type tar- xvjf filename.tar.bz2 (replace 'filename' with the actual filename of course).
4. Type ls (this will show you files and folders in that directory, there should be a new one called Azureus, or something similar. Let's pretent it is called Azureus.
5. Type cd Azureus (cd is change directory, so now you are in the /home/you/bin/Azureus directory)
6. Type ./azureus and follow the instructions.


Not working? Read the README file, or the INSTALL file.
You'll need the java runtime libraries for Azureus to work.
You really should read up on using the Terminal, for your success on Linux depends on it.

rob_267 12-05-2004 07:55 PM

I hate to sound like such a dumb newbie... how do i access the terminal?

tripmix 12-05-2004 08:08 PM

ctrl+alt+f1 or just open a terminal in x. if you use kde it should say "Terminal session" in your kde menu under "action", just pick one.

rob_267 12-06-2004 09:13 PM

THanks very much!!


All times are GMT -5. The time now is 08:12 PM.