Shariq Ali wrote:

Hello everyone,

I have downloaded java runtime environment for Redhat
linux 9.  But the file name ends with rpm.bin.  Can
anyone please tell me how to convert this file into an
executable file so that I can install it?

Thanks.

SA

=====
"The reasonable man adapts himself to the world; the unreasonable one persists in trying to 
adapt the world to himself.  Therefore all progress depends on the unreasonable man."

George Bernard Shaw

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com




I suggest to read Sun instructions on their site "How to install a rpm file".....

anyway as root:

first step

chmod a+x name_of_file.rpm.bin

second step

./name_of_file.rpm.bin

third and last step

rpm -iv name_of_file.rpm

That'all.....hope that can help

Rgds

Antonio
--


============================================== Written with Mozilla 1.5b on Linux RedHat 9 ==============================================



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to