Tuesday, June 29, 2010

How to install .bin file in LINUX

I was trying to install jdeveloper in my LINUX environment for the first time and i found a lot of issues as i am new to Linux.

First of all you need to create a user account in LINUX.


I downloaded the .bin file and was not sure how to run it.

I followed some document and was able to install it.

The first thing is to provide the permission

So open a terminal and go to the location where you have downloaded the bin file

Then issue a command

chmod +x file.bin ./file.bin

this will grant you the permission to execute the binary file.

ONce done do a ./file.bin it will extract the binary file and will install the software.

No comments: