Installing Adobe Air and TweetDeck on Ubuntu 9.04 64 Bit

with 11 comments

After installing Ubuntu 9.04 x64 when I installed Adobe AIR and TweetDeck it all got installed normally, but TweetDeck or any other AIR application didn’t work.

As of now Adobe AIR binaries are not available for 64 bit OS. However, Adobe AIR 32 bit will work if 32 bit libraries and packages are installed. To install Adobe AIR on a 64 bit OS follow these instructions.

Download Adobe AIR Installer

Download the Adobe AIR Installer from http://get.adobe.com/air/

Download 32 bit Files

Now you need to install all the 32 bit dependencies. To do so use the getlibs utility from http://frozenfox.freehostia.com/cappy/ (thanks to Laurie Cope for the updated link)

After installing getlibs utility issue the following commands in the console.

zuhaib@NerdBox:/$ sudo apt-get install lib32asound2 lib32gcc1 lib32ncurses5 lib32stdc++6 lib32z1 libc6 libc6-i386 lib32nss-mdns
zuhaib@NerdBox:/$ sudo apt-get install ia32-libs
zuhaib@NerdBox:/$ sudo getlibs -l libgnome-keyring.so
zuhaib@NerdBox:/$ sudo getlibs -l libgnome-keyring.so.0
zuhaib@NerdBox:/$ sudo getlibs -l libgnome-keyring.so.0.1.1

 

Install Adobe AIR

Open console and goto the change directory to the location where you downloaded Adobe AIR installer and issue the following commands.

zuhaib@NerdBox:~/Desktop$ chmod +x AdobeAIRInstaller.bin
zuhaib@NerdBox:~/Desktop$ sudo ./AdobeAIRInstaller.bin
zuhaib@NerdBox:~/Desktop$ sudo cp /usr/lib/libadobecertstore.so /usr/lib32

 

You are good to go now.

Sources

http://goblog.vergilhost.info/?p=5

http://kb2.adobe.com/cps/408/kb408084.html

Possible Related Posts:

  1. Building The E-TextEditor On Ubuntu 9.04 64 Bit
  2. Visual Studio 2010: Installing MSDN Documentation
  3. Ubuntu – Getting The Multimedia Keys To Work With Amarok In Dell XPS M1330

Written by Zuhaib

May 6th, 2009 at 1:08 pm

Posted in How To,Ubuntu

11 Responses to 'Installing Adobe Air and TweetDeck on Ubuntu 9.04 64 Bit'

Subscribe to comments with RSS or TrackBack to 'Installing Adobe Air and TweetDeck on Ubuntu 9.04 64 Bit'.

  1. It seems the URL above is no longer available:
    http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb

    So I found getlibs-all.deb here:

    http://frozenfox.freehostia.com/cappy/

    This was from the ubuntu forums:
    http://ubuntuforums.org/showthread.php?t=474790

    [ Reply ]

    Laurie Cope

    15 Jun 09 at 6:09 am

  2. This procedure to install Adobe Air worked better than the one described on Adobe’s website. Thanks

    [ Reply ]

    Al

    20 Jun 09 at 9:38 pm

  3. I have followed your instructions to a T and yet, I cannot install any AIR applications. They open for a split second and then air crashes and closes. So I am unable to install it at all, tips?

    [ Reply ]

    Michael

    12 Jul 09 at 8:58 pm

  4. [...] wie die Installation unter Windows ist, ist sie leider nicht unter Ubuntu 9.x. Wie man trotzdem Tweetdeck unter Linux (hier Ubuntu 9.10 x64) installieren kann möchte ich gern hier aufzeigen. Dazu sind nur vier [...]

  5. Thank you! This got me working on Karmic 9.10. All I needed as far as the additional libs in my case were:

    sudo getlibs -l libgnome-keyring.so
    sudo getlibs -l libgnome-keyring.so.0
    sudo getlibs -l libgnome-keyring.so.0.1.1

    This fixed TweetDeck buttons not working

    [ Reply ]

    Scott Nightingale

    14 Dec 09 at 6:39 pm

  6. [...] rapidité et efficacité du support de TweetDeck. La porcédure à suivre extraite du site du Zuhaid [...]

  7. [...] procédure à suivre extraite du site du Zuhaid [...]

  8. Thanks a lot it works now with TweetDeck

    [ Reply ]

    Hervé Rozec

    16 Jan 10 at 2:33 pm

  9. [...] wie die Installation unter Windows ist, ist sie leider nicht unter Ubuntu 9.x. Wie man trotzdem Tweetdeck unter Linux (hier Ubuntu 9.10 x64) installieren kann möchte ich gern hier aufzeigen. Dazu sind nur vier [...]

  10. [...] installiert werden.Die englische Version zur Installation, nach der ich vorgegangen bin, findest du hier.Viel Spaß bei twittern. Empfehle diesen Artikel bei Script & Style Empfehle diesen Artikel bei [...]

Leave a Reply