Results 1 to 2 of 2
New to linux and I was trying to install JRE so I downloaded it from the SUN site. It is a bin file
j2re-1_4_2_02-linux-i586-rpm.bin
So how do I install from ...
- 11-23-2003 #1Just Joined!
- Join Date
- Sep 2003
- Posts
- 23
bin file
New to linux and I was trying to install JRE so I downloaded it from the SUN site. It is a bin file
j2re-1_4_2_02-linux-i586-rpm.bin
So how do I install from this type of file. What is a *.bin file. Sorry I am very green to linux.
Thanks
MB
- 11-24-2003 #2
.bin files is runnabel files, set the execution permison (if it's not already set) and execute:
I think if this will unpack a RPM file, install via rpm -i <filename>, or (easiest) open the folder in nautilus or konqueror (which ever you use) and (double) click on it and the rpm installer will open (typicaly you'll be promted for the root password, unles you're logged on as root).Code:chmod +x j2re-1_4_2_02-linux-i586-rpm.bin ./j2re-1_4_2_02-linux-i586-rpm.bin
Regards Scienitca (registered user #335819 - http://counter.li.org )
--
A master is nothing more than a student who knows something of which he can teach to other students.


Reply With Quote
