Install Adobe Air on Ubuntu
Monday, June 15th, 2009
- Open the Terminal
- Download the file from here using the wget command:
http://airdownload.adobe.com/air/lin/download/1.5/AdobeAIRInstaller.bin - The name of the file is AdobeAIRInstaller.bin
- Save the file in the Home folder (Places > Home Folder)
- Run this command:
chmod +x AdobeAIRInstaller.bin - Now run this command:
sudo ./AdobeAIRInstaller.bin

