Computing.Net > Forums > Linux > How do I use tar.gz and .bin files?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How do I use tar.gz and .bin files?

Reply to Message Icon

Name: SteadyLoungin05
Date: April 9, 2003 at 15:34:13 Pacific
OS: Win Xp/Linux
CPU/Ram: P4 1.5Ghz, 128MB RAM
Comment:


I downloaded the necessary files to install Java and LimeWire, as well as Netscape. However, I am a newbie to Linux and don't know how to proceed with getting these programs to work.

The files are as follows:

j2re-1_4_2-beta-linux-i586-rpm.bin

LimeWireLinux.bin

netscape-i686-pc-linux-gnu-sea.tar.gz

How do I run these files to get them so i can install them? Any and all help will be greatly appreciated by this newbie! Thanks for your help!

SteadyLoungin05



Sponsored Link
Ads by Google

Response Number 1
Name: renxwar
Date: April 9, 2003 at 16:47:26 Pacific
Reply:

to decompress a .tar.gz file type '-xvf in the console. hope this helps


0

Response Number 2
Name: Hosam
Date: April 9, 2003 at 19:21:27 Pacific
Reply:

Hi Steady

if you are trying to install LimeWire, and you are getting an error message prompting you to download Java dev environment (AND ASSUMING YOU ARE ALREADY HAVE IT INSTALLED) then you should do the following:
in the consloe
(1) type: vi .bash_profile
(2) press i (to insert and edit)
(3) type:
export JAVA_HOME=/usr/java/j2re1.4.1_02
(note: this is the location of your java directory, it might differ from that, look for it and then change that path if necessary)
(4) type:
export PATH=JAVA_HOME/bin:$PATH
(5) press ESC
(6) type qw (to save and quit)
(7) type: source .bash_profile (to reload)

now try to install LimeWire again and see if it works

Hope that helps
Hosam


0

Response Number 3
Name: Hosam
Date: April 9, 2003 at 19:39:29 Pacific
Reply:

Hi again Steady

i just noticed that you may have trouble installing the Java runtime Environment
here it is
after you download the Java runtime environment
(1)type:
chomd a+x j2re-1_4_2-beta-linux-i586-rpm.bin
(that to alter the permission on that file)
(2)type: ./j2re-1_4_2-beta-linux-i586-rpm.bin (to extract the .bin file, after that you should get another file in the same directroy as the .bin file with a similar name, except for the .bin extension)
(3) change to root (usinf su command)
(4) type:
rpm -iv j2re-1_4_2-beta-fcs-linux-i586.rpm (note the fcs in the name above might be there or not, anyways you should right exactly the name of the file you have)
(5) still as root type:
ln -s /usr/java/j2re1.4.2beta/plugin/i586/ns610/libjavaplugin-oji.so /usr/lib/mozila-1.3/plugin
(note: the directories might be different, adjust according to the location of the files you have. also, note that i am using mozilla in my example, so if you are using netscape then you should adjust accordingly)

open netscape or mozilla , and go to help , about plugins and see if the plugins are there or not

Hosam


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


NEWBIE setup linux server... Redhat 8.0



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: How do I use tar.gz and .bin files?

How do I play CD's and DVD's? www.computing.net/answers/linux/how-do-i-play-cds-and-dvds/19618.html

How do I dualboot Windows XP and Linux www.computing.net/answers/linux/how-do-i-dualboot-windows-xp-and-linux/6130.html

How do I set up an FTP server???? www.computing.net/answers/linux/how-do-i-set-up-an-ftp-server/19282.html