Linux . bin install?
Sunday, March 7th, 2010 at
05:14
how do you install rpm.bin files in linux
Tagged with: bin files • Linux • rpm
Filed under: rpm
Like this post? Subscribe to my RSS feed and get loads more!
It is an executable file which can be run from the command line.
You may need to change the file permissions to allow it to be executed. At a command prompt (you will likely need to be root) cd to the directory that contains the file and type:
chmod 555 yourfilerpm.bin
and then :
./yourfilerpm.bin
Replace yourfilermp.bin with the name of your install file.