Unable to install bin files.(No such file or directory error)

Posted by rogerstone on Super User See other posts from Super User or by rogerstone
Published on 2011-02-15T23:27:43Z Indexed on 2011/02/16 7:27 UTC
Read the original article Hit count: 423

Filed under:
|

I wanted to install adobe reader on my ubuntu 10.10(Maverick Meerkat).I have downloaded the file and copied it on my desktop.I had then browsed to the desktop directory through command line terminal.

I had tried all the possible combinations of the commands but still i get a "file or directory does not exist error"

roger@ubuntu:~/Desktop$ chmod a+x AdbeRdr9.4-1_i486linux_enu.bin
roger@ubuntu:~/Desktop$ sudo ./AdbeRdr9.4-1_i486linux_enu.bin
sudo: unable to execute ./AdbeRdr9.4-1_i486linux_enu.bin: No such file or directory

I tried without the sudo and this is what i get

roger@ubuntu:~/Desktop$ chmod a+x AdbeRdr9.4-1_i486linux_enu.bin
roger@ubuntu:~/Desktop$ ./AdbeRdr9.4-1_i486linux_enu.bin
bash: ./AdbeRdr9.4-1_i486linux_enu.bin: No such file or directory

The file is present in the desktop.Where am i going wrong?

P.S:This is not a duplicate of the question Cannot install .bin package on Ubuntu

© Super User or respective owner

Related posts about linux

Related posts about ubuntu