Techerator
Fedora, Guides, Software

How To: Install Adobe AIR in Fedora 11

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.

linux-air-error

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.

Procedure

  1. Download the Adobe AIR binary for Linux from http://get.adobe.com/air/
  2. Open the terminal
  3. Install gtk2-devel and rpm-devel from the terminal as root
  4. yum install gtk2-devel rpm-devel

  5. Once the packages and dependencies are installed, you can now install Adobe AIR with the following commands
  6. chmod +x AdobeAIRInstaller.bin

    ./AdobeAIRInstaller.bin

  7. Agree to the License
  8. Depending on what AIR application you are installing, simply double-clicking the application may not install it.  An error you may get is shown below
  9. 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

  10. It is possible to install an AIR application from the terminal like shown below
  11. 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.

  • Share/Bookmark

About the Author

Dustin Patterson is the co-founder and editor of Techerator, majoring in Industrial Technology with emphasis in Electronics and Control Systems. He enjoys technology, music and coffee.

Want to connect? Follow Dustin on Twitter!

  • Did you enjoy this article? Subscribe to Techerator via email to get updates with more great tips, guides, and reviews.

    Enter your email address:

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Comments

13 Responses to “How To: Install Adobe AIR in Fedora 11”
  1. Tom Redwine says:

    Thanks for the tip, I was able to install AdobeAIR using this after a very frustrating day yesterday, wrasslin’ with Fedora 11. I’m really enjoying F11 but missing AIR (and Tweetdeck) had me down. Thanks again for all your help!

  2. Tim Burns says:

    Thanks for this – really usefu

  3. Mehul Ved says:

    Thanks, worked perfectly.

  4. Ken G says:

    doesnt work for me…..why ?

    • 1st: Make sure you are running all commands as root.

      2nd: The above guide was written for an installation of Fedora with the preselected packages. Depending on the way your customized the installation, certain packages may have been removed that are necessary to run Adobe AIR. Make sure that the system has all of the required libraries installed. The list of prerequisite packages can be found at http://kb2.adobe.com/cps/408/kb408105.html.

      Dustin

  5. D Kaufmann says:

    thanks. was trying to install AIR this day, and got several of these errors.

  6. Ade Bradshaw says:

    Thanks so much, I was have serious withdrawals since upgrading for F10

  7. Ed Wenn says:

    Thanks, this was perfect.

  8. JayM says:

    didn't work got this message:
    Application crashed with an unhandled SIGSEGV
    Crashlog has been dumped in /tmp/airCrashLogs/0914_1725_YAEkm4

  9. Step 7: Open the terminal and login with root using "su -" and enter the root password. Once you have logged in, find the location of the .AIR file you plan to install. I have mine currently on my Desktop so the exact file path is "/home/dustin/Desktop/DestroyTwitter172B.air". In the terminal, type "Ad" (without quotes) and hit the Tab key on your keyboard to auto-complete. Next, type the path of the .AIR file you found before. Following the above steps, my complete line is as below:

    Adobe AIR Application Installer /home/dustin/Desktop/DestroyTwitter172B.air

    The AIR application installation should start and complete successfully.

  10. The link appears to have moved.
    http://kb2.adobe.com/cps/521/cpsid_52132.html#Ins...

    These instructions also work for Fedora 12. Simply substitute any i586 entry for i686.
    E.G
    yum install gtk2-devel.i586
    Becomes
    yum install gtk2-devel.i686

    For Libxslt:
    yum install libxslt.i686

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

Techerator