Computing.Net > Forums > Linux > INSTALLING FILES IN MANDRAKE

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.

INSTALLING FILES IN MANDRAKE

Reply to Message Icon

Name: mojammad
Date: June 26, 2002 at 18:30:24 Pacific
Comment:

How do I install .sh and .bin files in mandrake. I downloaded limewire (.bin)
and aim (.sh) and would like to install them. I am a newbie to Linux and I
need detailed information on doing this.



Sponsored Link
Ads by Google

Response Number 1
Name: Tom
Date: June 26, 2002 at 18:45:27 Pacific
Reply:

./filename.bin
./filename.sh
If that doesn't work, either chmod them, or:
sh filename.bin
sh filename.sh


0

Response Number 2
Name: Charles Bradshaw
Date: June 26, 2002 at 18:56:30 Pacific
Reply:

Where you install them depends on where they are supposed to be. If you can get limewire in tar.gz or .tgz form, then do so, and use the archiver or karchiver front end to handle this.

.bin is BINARY, like .com or .exe in MS windows

.sh is shell script, usually bash

There are several places where .bin files can go, so you don't want to put someplace where the .sh can't find it. This is why tar.gz, .tgz, or even .rpm is best, as they handle the placement of files in the correct directories.

I use Mandrake 8.2 Powerpack Edition and am also fairly new to linux.

Charles


0

Response Number 3
Name: mojammad
Date: June 26, 2002 at 21:05:05 Pacific
Reply:

Ok... The download files were saved in the home directory. I went to the
konsole, typed in sh aim_linux.sh. Installation loaded up, it extracted and
installed all files. Then I got a message that said that some libraries need
to be updated and it gave a site where I can get them. I dont even know what
a library is. What do I do? Then I tried to install Limewire. I typed in sh
LimeWireLinux.bin in the konsole. It extracted all files and installed them.
I then got a message saying 'no java virtual machine could be found from your
PATH environment variable. You must install a vm before installing this file"

Ok so what should I do?


0

Response Number 4
Name: Tom
Date: June 27, 2002 at 06:46:31 Pacific
Reply:

You must download, and install the libraries. And you need Java VM. Go to http://java.sun.com and download it. After installing it, add it to your PATH variable:
export PATH=$PATH:/usr/java/jdk1.4/bin
(or whatever the path is).


0

Response Number 5
Name: mojammad
Date: June 27, 2002 at 07:09:05 Pacific
Reply:

1) How do i install the libraries
2) How do i install a vm
3) What the heck is a PATH VARIABLE and how do I add that stuff to it?

Sorry but I am a newbie. I am a new immigrant from M$.


0

Related Posts

See More



Response Number 6
Name: Jake
Date: June 27, 2002 at 13:22:49 Pacific
Reply:

Get Gaim from sourceforge.net. It's better than AOL's Linux client.

Get Java (the JRE version) from here: http://java.sun.com/j2se/1.4/download.html
Read the installation instructions.


0

Response Number 7
Name: Tom
Date: June 27, 2002 at 15:22:30 Pacific
Reply:

1) What are they? .tar.gz files?
tar vxzf filename.tar.gz
That should create a new directory. Read the README and/or INSTALL file in this new directory. It should explain.

2) The Java Software Development Kit / Runtime Environment is a .bin file I think. You know what to do with a .bin file now. =)
After that, you should get the .tar.gz file, which you also know what to do with.

3) If there was a program, let's say "ls", in /bin, you would have to type /bin/ls to execute this program. But thanks to the PATH variable, which contains "/bin", you only have to type "ls". Well likewise, if the PATH variable contained "/usr/java/jdk1.4/bin", you would only have to type java, instead of /usr/java/jdk1.4/bin/java. PATH can contain more than one path, seperated by colons (:). MS-DOS also has a PATH variable.


0

Sponsored Link
Ads by Google
Reply to Message Icon






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: INSTALLING FILES IN MANDRAKE

.exe files in Mandrake 8.2 www.computing.net/answers/linux/exe-files-in-mandrake-82/12658.html

Flash in Mandrake 9.2/Mozilla 1.5 www.computing.net/answers/linux/flash-in-mandrake-92mozilla-15/23269.html

Installing programs in Mandrake www.computing.net/answers/linux/installing-programs-in-mandrake/24347.html