TweetDeck on Ubuntu Januty (9.04) 64 bit

TweetDeck
Image by Tojosan via Flickr

To get Tweetdeck running on 64-bit, you’ll need to get the 32-bit compatibility libraries. The easiest way to do that is to do the following:

Download the getlibs-all.deb package. (This seems to move around a bit. If the link is broken, best to search it on Google.) Install it by running:

sudo dpkg -i getlibs-all.deb

If you get a corrupted package (which I did a few times), try another download location. The one I linked to above worked for me.

Next, put these commands in a bash script:

sudo getlibs -l libnss3.so.1d;
sudo getlibs -l libnssutil3.so.1d;
sudo getlibs -l libsmime3.so.1d;
sudo getlibs -l libssl3.so.1d;
sudo getlibs -l libnspr4.so.0d;
sudo getlibs -l libplc4.so.0d;
sudo getlibs -l libplds4.so.0d;
sudo getlibs -l libgnome-keyring.so;
sudo getlibs -l libgnome-keyring.so.0;
sudo getlibs -l libgnome-keyring.so.0.1.1

Make it executable, then run it:

chmod +x getlibs.sh; sudo sh getlibs.sh;

Update all the library links1:

sudo ldconfig

If you don’t already have Adobe AIR installed, go download the file, then execute it:

chmod +x AdobeAIRInstaller.bin; sudo ./AdobeAIRInstaller.bin

Finally, go to the Tweetdeck site and click to install Tweetdeck.

Sources: http://blog.ddiction.com/?p=3023, , http://linux.die.net/man/8/ldconfig

Reblog this post [with Zemanta]



  1. ldconfig creates the necessary links and cache (for use by the run-time linker, ld.so) to the most recent shared libraries found in the directories specified on the command line, in the file /etc/ld.so.conf, and in the trusted directories (/usr/lib and /lib). ldconfig checks the header and file names of the libraries it encounters when determining which versions should have their links updated. [back]

Tags: , , ,

4 Responses to “TweetDeck on Ubuntu Januty (9.04) 64 bit”

  1. Ganesha Bhaskara Says:

    had install AdobeAir based clients on laptop ……. AdobeAir is SUPER bloatware was eating up CPU without any reason. Have to admit native clients are not as good as AdobeAir based ones. Did u try any other native clients ?

  2. Chris Miller Says:

    Yeah. Gwibber is a good one. But I find that I really like the filtering and groups in Tweetdeck.

    Don’t take this post as an endorsement of AIR. :) It has issues, like every framework.

  3. Aquarion Says:

    Still got the same problem :(

    nicholas@waterwheel:~/Desktop$ Adobe\ AIR\ Application\ Installer

    Application crashed with an unhandled SIGSEGV
    Crashlog has been dumped in /tmp/airCrashLogs/0618_1615_7Vr3bw

    (crashlog is a large stacktrace)

  4. lukeab Says:

    was trying to run it myself for quite a while, on intrepid and jaunty 64bit for laptop.
    When i start tweetdeck up it shows the app with the control buttoms up the top, but no content loads, no prompt to create my account, nothing. clicking any button except the logout/quit button does nothing. That logout button does actually shut the application down.
    When i run /opt/bin/TweetDeck on console, it just gives out about canberra_gtk adn the wrong ELF class. As far as i’ve read this is a normal complaint with it on 64bit systems. But not a critical error? Or is this why i see nothing?
    So i’m not sure how to proceed.

Leave a Reply