LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Extract RPM fro rpm.bin (https://www.linuxquestions.org/questions/linux-newbie-8/extract-rpm-fro-rpm-bin-794586/)

learner786 03-10-2010 10:00 PM

Extract RPM fro rpm.bin
 
Please anyone guide me. i have jdk.rpm.bin package. when i run the command ./jdk.rpm.bin it extracts and automatically installs the package. i want to extract rpm package only and to install rpm myself not automatically.

jschiwal 03-10-2010 10:50 PM

Try running it with a "--help" argument. It may have an extract option. The nvidia installer has a similar option.

If it actually is a bash script, it my have the RPM file embedded as a HERE document.

knudfl 03-11-2010 06:42 AM

"Scientific Linux" makes sun java rpm packages for EL 5 :

http://ftp.scientificlinux.org/linux/scientific/54/
Example : jdk-1.6.0_17-fcs.i586.rpm
http://ftp.scientificlinux.org/linux...7-fcs.i586.rpm

Or : jdk-1.6.0_17-fcs.x86_64.rpm
http://ftp.scientificlinux.org/linux...fcs.x86_64.rpm

.....


All times are GMT -5. The time now is 11:35 PM.