How to install Adobe AIR application installer in Ubuntu
I just installed Adobe AIR in my Ubuntu system and installed a AIR application thereafter . Here’s the process:
Go to http://get.adobe.com/air/ to download a Adobe AIR Installer package. I did install from a .bin package so i shall write about installing it from a .bin package. Actually, i would explain a bit about how to install it from a .deb package as well.
In console, navigate to the folder where you downloaded it to. My Firefox browser downloaded it to /home/arvind/Downloads so i ran command:
$ cd /home/arvind/Downloads
Now, do one of the following options:
- Option One – If you downloaded a .bin package, run chmod command to make it executable first.
$ sudo chmod +x AdobeAIRInstaller.bin(Note: In the command above AdobeAIRInstaller.bin is the name of installer file which may be different for you.)
Now run the command to launch the installer, using:
$ ./AdobeAIRInstaller.bin - Option Two – If you downloaded a debian package i.e. AdobeAIRInstaller.deb run the following command. Rest of the installation process is going to be same for any of .bin or .deb.
$ sudo dpkg -i AdobeAIRInstaller.deb
Following any one of the two options above, installer should launch to begin installation.
Once you click “I Agree” the installation starts immediately. The installation should finish within a few seconds and should ask you to click on “Finish” button. Just click it and Adobe AIR installation will be done.
Now it’s time to install a .air application. It’s as easy as opening a file. Right click any *.air file and select Open With > Adobe AIR Application Installer and click Ok. Your .air application should install and launch just fine.
Possibly Related posts:
- Flash player APT “natty-partner” installation issue fixed
For last few days i had struck with installing flash player since i had updated my system (kUbuntu) softwares through it’s “Updates Available” feature. Since... - How to install IE7 and keep IE6 in XP
Steps to Install IE7 and Keep IE6 as well Download and install IE7 from Microsoft Website. Installing IE7 will remove IE6 from your system. Don’t... - CheckGMail – troubleshooting, startup command and playing sound on new email
I am using KUbuntu 11.04 right now and today i tried to install CheckGMail and make it working. After entering correct login username(email address) and...
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.






