View Single Post
Join Date: Dec 2006
Posts: 60
Reputation: BillBrown is an unknown quantity at this point 
Solved Threads: 1
BillBrown's Avatar
BillBrown BillBrown is offline Offline
Junior Poster in Training

Re: How to extract .rpm files from .bin file

 
0
  #4
Sep 26th, 2008
.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
Reply With Quote