This guide will walk you through the steps required to install Adobe AIR in Ubuntu Linux. It’ll also show you how to install an AIR application.
Please note: Adobe no longer supports Air on any platform, and the download site has been removed. For more information see: The Future of Adobe Air.
- Start by
downloading Adobe AIRUpdate: download site is gone. - Once the download has completed, open a Terminal (select Applications -> Accessories -> Terminal). Use the cd command to switch to the folder that you downloaded the AIR file to. If you saved the file on your Desktop, type:
cd ~/Desktop
- The AIR installation interface will launch. Click I Agree to begin.
- AIR doesn’t take too long to install.
- Once it has completed, click the Finish button.
- Now it’s time to find an AIR application to install. For the sake of this tutorial, I installed Twhirl, a Twitter, FriendFeed, identi.ca and Seesmic client. Some pages will automatically detect which Operating System you’re using, and incorrectly tell you that AIR isn’t supported on it (see screenshot below). Ignore that message, locate the download link, and download the file.
- You can open the file directly after it has been downloaded using the Firefox Open with feature, or just save the file and double-click it once the download has completed.
- The AIR Application Installer will open, and prompt you to install the AIR app.
- Depending on the application, you might end out w/ a new desktop icon for it.
- And now you have an AIR app running in Ubuntu!
To make the file executable, enter the command:
chmod +x adobeair_linux_b1_091508.bin (where adobeair_linux_b1_091508.bin is the name/version of Adobe AIR for Linux that you downloaded).
Finally, to run the installation, type:
./adobeair_linux_b1_091508.bin (again, where adobeair_linux_b1_091508.bin is the name/version of Adobe AIR for Linux that you downloaded).