With a new install of Fedora there are a few basic programs that typically should be installed including Java Runtime and Flash Player, and with the recent increase in the number of AIR applications Adobe AIR has been added to the list. With the default install of Fedora 11, installing AIR does present a problem. Even as root, a vague error message like the one shown below is presented half way through the installation.
Sorry, an error has occurred.
An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.
The above problem is easily corrected with the following procedure.
yum install gtk2-devel rpm-devel
chmod +x AdobeAIRInstaller.bin
./AdobeAIRInstaller.bin
Sorry, an error has occurred.
The application could not be installed. Try installing it again. If the problem persists, contact the application author.
Error# 5100
Adobe\ AIR\ Application\ Installer /path/to/file.air
If the above steps are followed, you should now be able to install Adobe AIR and applications without any problems.