Friday, September 25, 2015

How to run a bin installer on Linux

Say for e.g we need to install jdeveloper on linux we need to run the  jdevstudio11117install.bin file as follows

[root@fmw12c JDEV]# chmod +x jdevstudio11117install.bin
[root@fmw12c JDEV]# ./jdevstudio11117install.bin

No comments:

Post a Comment