PDA

View Full Version : bin-to-deb conversion


aev
July 11th, 2006, 03:42 PM
Hi,

I know this may be a dumb-newbie question but does anyone know if a conversion .bin into .deb packages is possible?:confused:

s6dalane
July 11th, 2006, 04:52 PM
Use these two commands in terminal:
chmod +x {downloaded_file_name}.bin

fakeroot make-jpkg {downloaded_file_name}.bin

The first line gives the .bin file execution privileage. The second line converts .bin into .deb, a Debian version of the installation package.

simplyw00x
July 11th, 2006, 06:42 PM
Errr... that only works for java bin packages. The short answer is it's not generally possible.

s6dalane
July 12th, 2006, 10:30 AM
Oh, I didn't know that, sorry. Thanks for pointing out my mistake.