At first you have to open a terminal/bash and then enter:
file /path/file.bin
for example file /home/user/file.bin (file is the command)
Now you should see a sentence including the word “executable” and not “non-executable, not executable,… or something completely different)
If you do not see “executable,…)” the file is probably an cd-image(BIN/CUE) and not an executable .bin-file
Now enter:
chmod +x file.bin
No path! Just the name of the file!!! Now the file is executable…
Last step: Type in
/path/file.bin
, for example /home/user/file.bin and the file will be executed…
January 29, 2008 at 10:14 am |
****@bl4ckb0x:/home/hoax/Desktop# chmod +x yumatu.bin
****@bl4ckb0x:/home/hoax/Desktop# /home/hoax/Desktop/yumatu.bin
bash: /home/hoax/Desktop/yumatu.bin: cannot execute binary file
February 21, 2008 at 1:34 pm |
this did work for me at all.
June 21, 2008 at 3:22 pm |
These steps worked for me
jesse@jesse-ubuntu:~/Desktop$ /home/jesse/Desktop/GoogleEarthLinux.bin
Verifying archive integrity… All good.
Uncompressing Google Earth for GNU/Linux 4.3.7204.836……………………………………………………..
June 27, 2008 at 12:39 am |
FAIL
July 6, 2008 at 2:29 pm |
after the first line i got ( POSIX shell script text executable )
since there was” executable” i put in the second line and got ( acces denied )
have to say i am a novice in linux
July 30, 2008 at 1:50 pm |
Didn’t work for me. I had to do this:
file /path/file.bin (i’m not shure if this line is necessary)
chmod +x /path/file.bin
/path/file.bin
Helped anyway. Thanks!
September 2, 2008 at 6:56 pm |
Worked a treat! Thanks
September 22, 2008 at 8:28 am |
Thanks for the help
I am new to linux and this tutorial helped me a lot
thanx again
September 24, 2008 at 10:41 pm |
Cheers mate! worked!
April 3, 2009 at 12:28 am |
for my plugin to install I had to type the following:
sudo ./filename.bin
Worked fine
April 4, 2009 at 4:06 am |
Thanks a lot it’s working jesse
April 24, 2009 at 10:29 am |
Thanks! I always forget how to do this!
April 29, 2009 at 2:23 am |
bash file.bin
June 25, 2009 at 5:35 pm |
Tnx…
June 26, 2009 at 6:58 pm |
When i do this it says there is no such file or directory when i know that there is. i’m really confused
June 28, 2009 at 7:34 am |
Yes it works! Thank you.