Linux

Installing Adobe AIR on Ubuntu

Looking for a linux version of Adobe AIR? Infact, they have a copy for Linux. You can get it from here.
http://download.macromedia.com/pub/labs/air/linux/adobeair_linux_a1_033108.bin
using wget command or just download it and ,
open your terminal
Move to the download location using ‘ cd ‘ comand.
Run this command:
chmod +x adobeair_linux_a1_033108.bin
Now run this command:

sudo ./adobeair_linux_a1_033108.bin

The normal installer will open, install it. From [...]