Page 1 of 2 12 LastLast
Results 1 to 10 of 49

Thread: How to install Adobe Air in Ubuntu 8.04 [64-bit]

Hybrid View

  1. #1
    Join Date
    May 2008
    Beans
    99

    How to install Adobe Air in Ubuntu 9.10 [64-bit]

    UPDATED: 20/02/10
    This guide has been updated for Ubuntu 9.10 (karmic). Please note that this guide is only for 64-bit users. If you are running a 32-bit operating system then you won't need quite a few of the steps listed here.


    The Adobe website currently offers a Linux version of their Air runtime. Unfortunately the current version is only available to install on 32-bit platforms. The Air runtime actually runs quite well on 64-bit platforms but getting it installed requires a few extra steps. This guide will attempt to walk you through the process of installing the Air runtime in a 64-bit environment. As a time saver you may want to simply copy the text below from the code boxes and paste it directly into your terminal window.


    The first step is to download the Air runtime from here. You will also need to download the ia32-air-libs archive attached to this post. Make sure to download these files to your desktop as the steps below assume that the files can be found in your desktop folder.


    1. Once you have those files downloaded you need to install the ia32-libs package if it is not already installed.
      Code:
      sudo apt-get install ia32-libs
    2. The ia32-air-libs.tar.gz file contains a few 32-bit libraries that are missing from the ia32-libs package but are necessary for either installing air, installing air apps, or running air apps. The missing libraries may not present any immediate problems and you can probably get through the installation without them, however you will eventually discover errors with certain air apps if these libraries are missing. If you decide to continue without installing these libraries then you may be presented with the following error during installation.
      Code:
      (setup:6859): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libqtcurve.so: wrong ELF class: ELFCLASS64
      Type the following to extract the libraries to your lib32 folder.
      Code:
      sudo tar --overwrite -xf ~/Desktop/ia32-air-libs.tar.gz -C /usr/lib32
    3. You're now ready to install Air so make the bin file executable.
      Code:
      chmod +x ~/Desktop/AdobeAIR*.bin
    4. And now start the installation.
      Code:
      ~/Desktop/AdobeAIR*.bin
    5. Click "I agree" and then enter your system password when prompted.
    6. After the installation you'll need to move one of the adobe libraries to your lib32 folder. If you don't move this library then the following error will be displayed anytime you try to install an air app.
      Code:
      /usr/bin/"Adobe AIR Application Installer"
      
      Error loading the runtime (libadobecertstore.so: cannot open shared object file: No such file or directory)
      Move the library with the following command.
      Code:
      sudo mv /usr/lib/libadobecertstore.so /usr/lib32
    7. For whatever reason Adobe chose to use an extremely long and inconvenient filename for their app installer shortcut (/usr/bin/Adobe AIR Application Installer). If you plan on installing any apps from the command line I'd recommend creating a new and much easier to remember shortcut.
      Code:
      sudo ln -s "/opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer" /usr/sbin/airinstall
    8. To install an air app from the command line type the following.
      Code:
      airinstall /full/path/to/app.air
    Attached Files Attached Files
    Last edited by linuxed; February 21st, 2010 at 07:58 AM. Reason: updated guide for Ubuntu 9.10 (karmic)

  2. #2
    Join Date
    Mar 2009
    Beans
    1

    Re: How to install Adobe Air in Ubuntu 8.04 [64-bit]

    Thank you!

    There is one step missing:

    sudo ln -s /usr/lib32/libsmime3.so.1d /usr/lib32/libsmime3.so

  3. #3
    Join Date
    Aug 2008
    Beans
    3

    Re: How to install Adobe Air in Ubuntu 8.04 [64-bit]

    I have followed the steps above on Intrepid 64 Bit and the installation of the Adobe AIR installer appears successful.

    However, I get the following messages when launching the Installer:

    Code:
    richard@ubuntu:~$ "Adobe AIR Application Installer"
    /usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
    Failed to load module: /usr/lib/gio/modules/libgiogconf.so
    /usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
    Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
    /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
    Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so

    The installer application appears regardless and I try to install TweetDeck which installs and runs after a fashion.

    All buttons in TweetDeck are then unresponsive and the application does nothing.

    Has anyone solved this problem?

    Thanks,



    Richard

  4. #4
    Join Date
    Jul 2006
    Beans
    19
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: How to install Adobe Air in Ubuntu 8.04 [64-bit]

    When trying install Air apps on Ubuntu 8.04 64bit clean install I get
    Code:
    Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/filesystems/libgio.so: wrong ELF class: ELFCLASS64
    Segmentation fault
    I'm not sure where I need to go from here to get the Air installer working so that Air apps will work. I'm tired of fighting it for tonight.

  5. #5
    Join Date
    May 2008
    Beans
    99

    Re: How to install Adobe Air in Ubuntu 8.04 [64-bit]

    The instructions above were originally written for the beta version of Adobe Air for Linux. They have since been rewritten for v1.5.1. You may want to try the v1.5.1 installer from the link below.

    http://get.adobe.com/air/

    Make sure to remove old versions of adobe air before installing v1.5. You should be able to click on "Adobe AIR Uninstaller" from your Applications > Utilities menu.
    Last edited by linuxed; April 9th, 2009 at 04:03 AM.

  6. #6
    Join Date
    Jul 2006
    Beans
    19
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: How to install Adobe Air in Ubuntu 8.04 [64-bit]

    Still no good for me. I did what you said about removing the version I had installed. Removed the folder and did a reinstall. When I go to run an install app for Air I get a box and pops up and drops rather quickly. I'm sure if I run from CLI that I will get the same thing as before.

  7. #7
    Join Date
    Mar 2009
    Beans
    13

    Re: How to install Adobe Air in Ubuntu 8.04 [64-bit]

    step 11 seems out of date in your instructions, at least with 8.10. The /opt/Adobe\Air/ directory exists, but there is nothing underneath it.

  8. #8
    Join Date
    Mar 2009
    Beans
    13

    Re: How to install Adobe Air in Ubuntu 8.04 [64-bit]

    Tweetdeck: I can get this to install, but when I try to run it from a command line I get a truly mysteirous error message:
    sudo /opt/TweetDeck/bin/TweetDeck
    Unkown desktop manager((null)), only Gnome and KDE are supported
    But I *am* running Gnome.

  9. #9
    Join Date
    May 2008
    Beans
    99

    Re: How to install Adobe Air in Ubuntu 8.04 [64-bit]

    @accabrown
    Step 11 in the updated guide refers to creating a symlink for installing air apps from the command line. Assuming you installed AIR to the default location then you should have a "/opt/Adobe AIR" directory. Make sure that you include the quotes when creating the symlink. Otherwise the space between Adobe and AIR will cause an error to occur.

    "/opt/Adobe AIR/Versions/1.0/airappinstaller"

    Also, make sure that you're installing Air v1.5.1. The guide was originally written for the beta version of Air but has since been rewritten for use with v1.5.1.

    http://get.adobe.com/air/
    Last edited by linuxed; March 27th, 2009 at 02:08 PM.

  10. #10
    Join Date
    Mar 2009
    Beans
    1

    Re: How to install Adobe Air in Ubuntu 8.04 [64-bit]

    For anyone having troubles running Tweetdeck in 64-bit there is an extra set of libs needed. If you have getlibs then you can use:

    Code:
    sudo getlibs -l libgnome-keyring.so
    sudo getlibs -l libgnome-keyring.so.0
    sudo getlibs -l libgnome-keyring.so.0.1.1
    Which will then get it running.

    I found this out here with a very quick google http://www.ossramblings.com/tweetdeck_in_64_bit_ubuntu

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •