How to extract .rpm files from .bin file
Please support our *nix Software advertiser: Programming Forums
![]() |
•
•
Posts: 21
Reputation:
Solved Threads: 0
Hi all,
I have to install a software in linux from a .bin file. But firstly I have to extract .rpm files from it to proceed. Please guide me about how to do it. I haven't worked on a linux machine before. Its my first attempt. So please explain in detail.
Thanks
I have to install a software in linux from a .bin file. But firstly I have to extract .rpm files from it to proceed. Please guide me about how to do it. I haven't worked on a linux machine before. Its my first attempt. So please explain in detail.
Thanks
Commitment is what transforms a promise into reality. It is the words that speak boldly of your intentions. And the actions which speak louder than the words. It is making the time when there is none. Commitment is the stuff character is made of; the power to change the face of things. It is the daily triumph of integrity over skepticism.
•
•
Posts: 41
Reputation:
Solved Threads: 7
Hi,
Which software you need to install? But why do you looking to extract file from .bin?
Which Linux flavour you are using?
If you have any rpm file install it by using "rpm -ivh rpmname".
Please more specific while posting...
Which software you need to install? But why do you looking to extract file from .bin?
Which Linux flavour you are using?
If you have any rpm file install it by using "rpm -ivh rpmname".
Please more specific while posting...
•
•
•
•
Hi all,
I have to install a software in linux from a .bin file. But firstly I have to extract .rpm files from it to proceed. Please guide me about how to do it. I haven't worked on a linux machine before. Its my first attempt. So please explain in detail.
Thanks
.bin files are compiled ( meaning that you can't always properly view the source in a text editor). Running a .bin file is usually as simple as this: ./file.bin
.bin (binary) files generally do something besides extract the RPM it contains when told to execute. Sun does this a lot with their java packages. Running the .bin file will present you with their license agreement. Failing to scroll through it all and accept the agreement will prevent you from gaining access to the RPM within it.
Bill
.bin (binary) files generally do something besides extract the RPM it contains when told to execute. Sun does this a lot with their java packages. Running the .bin file will present you with their license agreement. Failing to scroll through it all and accept the agreement will prevent you from gaining access to the RPM within it.
Bill
Bill Brown - Technical Analyst
Loosefoot Computing http://www.lfchosting.com
Loosefoot Computing http://www.lfchosting.com
![]() |
Other Threads in the *nix Software Forum
- Previous Thread: Using color escape codes in less
- Next Thread: some issues
•
•
•
•
Views: 2603 | Replies: 3 | Currently Viewing: 1 (0 members and 1 guests)





Linear Mode