LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Downlaoded J2re.bin and dont know how to install (https://www.linuxquestions.org/questions/linux-newbie-8/downlaoded-j2re-bin-and-dont-know-how-to-install-402188/)

Arkan123 01-11-2006 04:20 PM

Downlaoded J2re.bin and dont know how to install
 
i downlaoded j2r-1_4_2-linux-i586-rpm.bin and i dont know what to do with it ,when i go into propeties it says its a shell script can anyone help?

acid_kewpie 01-11-2006 04:23 PM

just run it. "sh ./j2re.blah.bin"

Arkan123 01-11-2006 05:24 PM

i type in what u say chris but this is what i get

[rob@S0106000c6ef767e0 rob]$ *sh ./jsre.blah.bin
bash: *sh: command not found
[rob@S0106000c6ef767e0 rob]$

pljvaldez 01-11-2006 06:12 PM

Don't put the "*" at the front. Just sh ./j2r-1_4_2-linux-i586-rpm.bin.

Arkan123 01-11-2006 06:35 PM

when i type in that command i get this response

[rob@S0106000c6ef767e0 rob]$ sh ./j2r-1_4_2-linux-i586-rpm.bin
./j2r-1_4_2-linux-i586-rpm.bin: ./j2r-1_4_2-linux-i586-rpm.bin: No such file or directory


sorry for all the trouble and thanks for all your patenice

jokerbw 01-11-2006 06:54 PM

This may be a dumb question but are you in the same directory as the file j2re-1_4_2-linux-1586-rpm.bin? Need to be in the same directory as the file for the command to work.

Arkan123 01-11-2006 07:28 PM

no i am not in the same directory as j2re-1_4_2-linux-1586-rpm.bin its located on my desktop how do i change directory to desktop directory,thanks jokerbw it was a smart question

pljvaldez 01-11-2006 07:30 PM

Try typing ls. You should have a folder labelled Desktop if you're in your home directory. Type cd Desktop or cd ~/Desktop. To make sure you're in the right directory, type ls and you should see your j2re-1_4_2-linux-1586-rpm.bin file.

Arkan123 01-11-2006 07:53 PM

i typed in ls and got this response

[rob@S0106000c6ef767e0 rob]$ ls
Desktop/ install_flash_player_7_linux.tar.gz.part tmp/

it didnt show j2re-1_4_2-linux-1586-rpm.bin

anyone know why?

thanks from the biggest newb using linux

pljvaldez 01-11-2006 07:57 PM

Try posting the output of pwd. From the above output, I would guess you're in the directory /home/rob. You want to be in the directory /home/rob/Desktop.

Another thing you can do is just type the full path to the file you want to execute (but sooner or later you're going to have to learn to get around directories and stuff). :)

So to run the install script, try sh /home/rob/j2re-1_4_2-linux-i586-rpm.bin

bosewicht 01-11-2006 07:59 PM

look, you really need to search for how to do this. If you are having problems following these simple instructions you are in a lot of trouble.

# <- means at a prompt

#cd /home/rob/Desktop <enter>
#./j2r-1_4_2-linux-i586-rpm.bin <enter>

pljvaldez 01-11-2006 08:07 PM

I also would encourage you to learn the "language of linux". :)

Try visiting http://www.tldp.org/LDP/intro-linux/...tro-linux.html
which is a good Newbie guide.


All times are GMT -5. The time now is 10:34 PM.