| | |
How to extract .rpm files from .bin file
![]() |
•
•
Join Date: Jun 2008
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.
•
•
Join Date: Mar 2008
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
![]() |
Other Threads in the *nix Software Forum
- Previous Thread: Using color escape codes in less
- Next Thread: some issues
| Thread Tools | Search this Thread |





