How to install Adobe AIR on Linux
Adobe air is a light weighted tool that makes me happy while i on the Windows.I used clients for twitter (twhirl) , Spaz , Webkut and many other applications.Adobe it self says ¨Adobe® AIR™ is a cross-operating system run time that lets developers combine HTML, Ajax, Adobe Flash®, and Adobe Flex® technologies to deploy rich Internet applications (RIAs) on the desktop¨
Recently while using Ubuntu Studio i feels the need of Adobeair and other applications so i tried to installed air for my linux box.Here is the simple process to install it on Linux (i have Ubuntu Studio 8.04)
- Download the Adobe air from here ( http://download.macromedia.com/pub/labs/air/linux/adobeair_linux_b1_091508.bin)
- Save the file in the Home ( file name will be adobeair_linux_b1_091508.bin )

- Go to the start and open a terminal ( Applications–> Accessories –> Terminal)

- Now from Terminal Window go to the director where we saved Adobe AIR installer (/home/):cd /home/
- From terminal run
ls -l
- Normally the downloaded files are not have enough privilege so we will make it compatible for installing, for this we will increase its permission level by
chmod 755 filename
or
chmod 755 adobeair_linux_b1_091508.bin
- Now Adobe Air is ready for installation use this command to proceed further./filenameor
./adobeair_linux_b1_091508.bin
- Now you can easily install AdobeAIR

- You can easily install ADOBEAIR applications on your LINUX BOX.
Note: If you want to uninstall an AIR application, open a terminal again (Applications > Accessories > Terminal).
In this example I will show how to uninstall Spaz.
To find out the correct name of the Spaz package, run
dpkg –list | grep -i spaz
for example output as
honeytech@honeytech:~$ dpkg –list | grep -i webkut
ii net.tw.air.webkut.7c34f9ba9fad6689faabbe85f1f5b46ba5a32de5.1 1.2.1 Easily capture web pages
honeytech@honeytech:~$
Hence the package we have to remove is net.tw.air.webkut.7c34f9ba9fad6689faabbe85f1f5b46ba5a32de5.1 1.2.1
Note: If you face any problems in the above installation then feel free to bother me via comments.Comments are open for you.
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackbackfrom your own site.
Subscribe to our FREE Rss Feed- Ubuntu 8.10 in Windows
- how to mount drives in Ubuntu [Linux]
- How to restore Linux Grub
- Google-Linux Software Repositories
- How to run Linux directly from Windows
- Ubuntu 8.10 comes with Mobility – Get Free CD’s and Downloads
- Release Candidate Ubuntu 9.04 Available For Download
- Ubuntu 8.04 Finally Released
- [Download time]Ubuntu 7.04 (Feisty Fawn)
- Running Windows Applications on Linux Ubuntu with Wine
- Finally Google Desktop for Linux
- “APTonCD”-No problem Ubuntu
- OpenOffice 3.0 with a new zeal
- How to connect broadband in Ubuntu
- Facebook Desktop Client – “Your Stream Anywhere”


Leave a Reply