PDA

View Full Version : [ubuntu] Problems Installing Adobe AIR



iaskedalice09
May 26th, 2009, 09:43 PM
Hey,

Not really a beginner but seemed appropriate.

I tried installing AIR from the command line, these are the errors I got.



tom@jabbering-jabberwock:~/Desktop$ chmod +x AdobeAIRInstaller.bin
tom@jabbering-jabberwock:~/Desktop$ sh AdobeAIRInstaller.bin
AdobeAIRInstaller.bin: 1: Syntax error: "(" unexpected


Any insights? Thanks!

Mornedhel
May 26th, 2009, 09:44 PM
It's a binary installer, not a shell script.

Please run
./AdboeAIRInstaller.bin

jose.cortes.p
January 19th, 2010, 01:53 AM
Hello... I Have same issue. Tried with ./[Filename].bin and i got:
bash: ./air.bin: No existe el fichero ó directorio

That's like: there's no such file or folder.

I Rename the file to air.bin for easy find. I really don't know what to do...
Thanks in advance

llamabr
January 19th, 2010, 02:51 AM
you need to

chmod 755 file.bin
and then

./file.bin
in your case, it says it doesn't exist. sometimes you'll type it wrong. use tab completion to make sure the file exists.