Is adobe air compatible with 8.04?

Asked by Sidarth Dasari

I had adobe air working in Gutsy but Ive noticed that on their website, I get a warning saying there is no version for my current config.

Is there a workaround to get adobe air working on Hardy?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Gord Allott
Solved:
Last query:
Last reply:
Revision history for this message
Best Gord Allott (gordallott) said :
#1

first i would complain to adobe, its their rubbish website. second you can get the files you need from this link:
http://download.macromedia.com/pub/labs/air/linux/adobeair_linux_a1_033108.bin

then you just need to do "chmod +x adobeair_linux_a1_033108.bin" in the directory that you downloaded it to and then "sudo ./adobeair_linux_a1_033108.bin" to install it

Revision history for this message
Sidarth Dasari (sirsid) said :
#2

Thanks Gord Allott, that solved my question.

Revision history for this message
daniel hoggan (danny280279) said :
#3

that doesn't work for me it keeps coming up with:

root@nemesis:/home/nomad/Desktop# chmod +xadobeair_linux_a1_033108.bin
chmod: missing operand after `+xadobeair_linux_a1_033108.bin'
Try `chmod --help' for more information.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

@daniel please take care of spaces:

chmod +x adobeair_linux_a1_033108.bin

chmod <space> +x <space> adobeair_linux_a1_033108.bin

Hth