How to install Adobe AIR in Ubuntu 64-bit
Adobe Air is a must-have cross-platform runtime environment a user needs in order to install *.air application such as Tweetdeck and other stuff.

All you need to do is just follow, and copy-paste everything:
- Open a terminal. Applications-> Accessories -> Terminal
- Download the latest .bin file using any terminal based network downloader from this site:
wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin
chmod +x AdobeAIRInstaller.bin
sudo ./AdobeAIRInstaller.bin
It will just ask for your password. The normal installer will open, install it. From now whenever you download a .air file, just double click it and it will be installed.
