View previous topic :: View next topic |
Author |
Message |
cmuench Tux's lil' helper
Joined: 04 Jan 2005 Posts: 110
|
Posted: Tue Mar 01, 2005 5:39 pm Post subject: HOw to install .bin file |
|
|
I have a software that came in a .bin ending and I need to install it. I was wondering how do I? |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Mar 01, 2005 5:41 pm Post subject: |
|
|
Code: | chmod a+x software.bin
./software.bin |
At your own risk.
The site where you got it should tell you this. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
|