Install Adobe Air in Ubuntu 14.04/14.10/12.04/Linux Mint 17/13
Sunday, October 05, 2014 at 18:05

With Adobe Air you can build stunning, blazing-fast cinematic 2D and 3D games for the browser, iOS, and Android™. Use fully accelerated GPU rendering, which leverages the power of OpenGL and DirectX graphics. It give developers the ability to call into their native, platform-specific code using AIR native extensions. Free sets of native libraries are available through the Adobe Game Developer Tools to further empower developers.
Also you can play high-quality HD video with industry-standard codecs such as H.264, AAC, and MP3. Use GPU hardware optimization and chipsets that scale across all platforms to provide best-in-class video performance. Deliver smoother animations and interactivity using enhanced high-resolution bitmap support, bitmap caching, and asynchronous bitmap decoding. Further you can read about its features here.
I have written a script to automate AdobeAir installation process for current Ubuntu and Linux Mint versions. Adobe has stopped development of AdobeAir for Linux and it will install last version for Linux released by Adobe.
[adobe air]
Tip: Never run script from unknown sources, always read script before execution even you install from trusted sources.
>>>Available for Ubuntu 14.04/14.10/12.04/Linux Mint 17/13
To install AdobeAir in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the terminal:
Terminal Commands:
wget -O adobe-air.sh http://drive.noobslab.com/data/apps/AdobeAir/adobe-air.sh
chmod +x adobe-air.sh;sudo ./adobe-air.sh
Uninstall AdobeAir from Ubuntu/Linux Mint enter following command in the terminal:
Terminal Commands:
sudo apt-get autoremove adobeair
That's it