LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   error unpacking rpm.bin (https://www.linuxquestions.org/questions/linux-software-2/error-unpacking-rpm-bin-52970/)

rose_bud4201 04-01-2003 10:24 PM

error unpacking rpm.bin
 
Hi,
I'm trying to install the J2RE runtime libraries and the SDK. However, the version I want (1.3.1) is packaged in .rpm.bin form, and when I run rpm -i <filename> it gives me this error message:
Code:

j2re-1_3_1_07-linux-i586.rpm.bin: read manifest failed: Success
I've seen 3 other people in the forums (?!) get this error, and it was almost always solved by finding another type of package. However, this is the only one available to me, and I'm sure other people have installed Java. What kind of error is this, and is there a workaround for it??
Thank you very much,
Laura

born4linux 04-01-2003 11:09 PM

chmod +x j2re-1_3_1_07-linux-i586.rpm.bin

./j2re-1_3_1_07-linux-i586.rpm.bin

and user rpm to the extracted rpm file.

u need to have write permission for the file to change it to an executable file.

rose_bud4201 04-01-2003 11:57 PM

OH!

Thanks very much! Everyone always conveniently forgets to mention that that type of file is an executable in and of itself. :) Does that apply to all .rpm.bin files, or just ones packaged by Sun?

joesbox 04-02-2003 12:08 AM

sun provides very well written instructions on how to install its products. i am sure that you can follow them with minimal probs.

rose_bud4201 04-02-2003 12:45 AM

Oh yes, born4linux's instructions worked perfectly, and this one's solved. I was just wondering if all .rpm.bin packages are executables which produce .rpms, or if that was an idiosyncrasy of Sun's.
Thanks :)

rose_bud4201 04-02-2003 12:49 AM

and by the way, nice screenshots, and I like the Warped Sky Lights pic you've got on your website...that's really very nice!

joesbox 04-02-2003 01:22 AM

ty rose


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