Installing Adobe Air on Ubuntu
|
|
|
|
|
Question: How to install Adobe Air on Ubuntu? NOTE: Tested on Ubuntu 9.10Â Answer: - Open a new Terminal WindowÂ
- Download the following file http://airdownload.adobe.com/air/lin/download/1.5/AdobeAIRInstaller.bin using the wget command
wget http://airdownload.adobe.com/air/lin/download/1.5/AdobeAIRInstaller.bin - Save the file in your Home Directory or any other Directory
- Give the file executable privelages by using the following command
chmod +x AdobeAIRInstaller.bin - Now run the following command
sudo ./AdobeAIRInstaller.bin to execute the file - The Ubuntu installer will open. Now install Adobe Air. Everytime, you open a .air file it will be installed.
|