If you downloaded the AdobeAIRInstaller.bin and it will not launch, it is because the file is not executable. This is typical for third-party downloads. You must change the file permissions using the chmod command:
Code:
sudo chmod +x AdobeAIRInstaller.bin
and now run the installer
Code:
sudo ./AdobeAIRInstaller.bin
hope that works.