How to install Adobe AIR on Fedora 12
Pull up a console and su to root. [danesh@jackal ~]$ su - Grab the latest vesion of Adobe AIR from Adobe’s download page. <span>[root@jackal ~]# wget <a href="http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin">http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin</a></span> Make the .bin file executable by using the chmod command. [root@jackal ~]# chmod +x AdobeAIRInstaller.bin Execute the .bin file. [root@jackal ~]# ./AdobeAIRInstaller.bin Follow the screens and your install’s complete. NOTE: If you get errors when trying to run AIR apps try the below; ...