Install TweetDeck on 64 bit Ubuntu Linux Desktop

I have had a dual boot Vista/Ubuntu system for a while now. I never spend much time in Ubuntu since I am familiar with the programs in Vista and it has seemed to be more of a chore to install some of the Linux applications even though they are normally free and open source.

With the recent talk of Windows 7 and knowing that I don’t want to be paying for a new OS every few years, I thought that it was time to start putting more effort into using Ubuntu and installing programs to make it more useful. I started by using the Synaptic Software manager to install Kblogger, if you are reading this post the blogging software is working.

The next application I decided to install was TweetDeck which requires the Adobe AIR software. I searched for help on the Adobe site when the software did not directly install from Firefox.

After downloading the AIR software from the site at http://get.adobe.com/air/, I learned that there are additional requirements since I have a 64 bit system and the software is designed for 32 bit systems.

First you need to download the 32 bit files which are available here: Install the 32-bit binary files using the getlibs utility, which is available here: http://frozenfox.freehostia.com/cappy/getlibs-all.deb. If the link doesn’t download directly, go to http://frozenfox.freehostia.com/cappy/ , and click on getlibs-all.deb.

Next you need to go to the console and enter the following commands:

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

Next you need to find where you downloaded the Adobe AIR.bin file, mine was in the desktop or you can find it by opening the downloaded file in Firefox.

Right click on the file and choose properties, go to the permissions tab, and select allow executing the file as a program.

Next go to the folder where the file is saved, in my case I did:

sudo cd /desktop

From here you need to enter:

chmod +x AdobeAIRInstaller.bin

sudo ./AdobeAIRInstaller.bin

The GUI should pop up indicating that the application is being installed and then completed.

The last thing you need to do at the command prompt is enter:

sudo cp /usr/lib/libadobecertstore.so /usr/lib32

At this point you should be able to go to www.tweetdeck.com and click on download and the software where it will be installed automatically through the GUI.

Overall, the process to install TweetDeck took me close to two hours which is one of the reasons why it is easy to give up on Linux as my main OS. <Update, I did this again after a clean install to Ubuntu 9.10 and it only took about 15 minutes to do everything>

I also don’t feel that Kblogger is as easy to use and format as LiveWriter is to use for writing blog posts, I actually had to make changes on the with LiveWriter before posting, which was a real pain.

I should add that TweetDeck is working well after the install, so there may be hope if I can continue to find more programs that work well after being installed. I will continue to post updates as I continue to learn new ways to use Linux and the various applications.

Feel free to comment with any of your experiences and suggestions for using Linux.

  • Share/Bookmark

12 Responses to “Install TweetDeck on 64 bit Ubuntu Linux Desktop”

  1. Ubuntu User 910 Says:

    Hi, in ubuntu 9.10 64bit I already could install tweet deck but it wouldn’t work. this did the trick for me:

    sudo apt-get install lib32nss-mdns

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

    thank you for this post.

  2. Pedro Says:

    Hi, I’m trying to install TweetDeck 0.31.3 on a clean Karmic 64 install, I was sucedded to make the app run, but on adding the first account I can’t make it log in, it gets stuck with a validating message.

  3. TimP Says:

    Ubuntu 9.10.
    Install link from tweetdeck site sort of started to work,
    but tweetdeck itself did not run.

    The Adobe Air install seems to be fine.

    Tweetdeck started but could not be configured.
    Uninformative error message (you are running an
    unpopular and uncool operating system: Uhh no!)

    sudo apt-get install lib32nss-mdns

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

    seemed to be the magic.
    Are there really people still running 32bit?
    My 6 year old home system is 64bit FFS!

  4. MT Says:

    everything worked fine for me until I entered

    sudo ./AdobeAIRInstaller.bin

    and I then got this message:

    Error loading the runtime (libnss3.so: wrong ELF class: ELFCLASS64)

    Any ideas?

  5. Gerry Says:

    It looks like you are missing the libnss3 file, try following the information from the previous comments to add it.

    sudo apt-get install lib32nss-mdns

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

  6. Jimmy Says:

    Worked for me with the released version of 9.10

  7. Install Seesmic Desktop on Ubuntu Karmic 64-bit | TechnologyCrowd Says:

    [...] installed right away through Air.  I will post the steps for installing Air from my previous post, Install TweetDeck on 64 bit Ubuntu Linux Desktop, or you can click on the link to that post and install TweetDeck too.  If you already have Air [...]

  8. Adrian Sauer Says:

    Thank you very much.

    regards,
    Adrian

  9. Christian Says:

    Thank you so much for this. Worked perfectly for me. Will forward this post to whoever needs it!

  10. Upgrade to Adobe AIR 2 in Linux Ubuntu 9.10 64 bit | TechnologyCrowd Says:

    [...] you followed one of my previous posts for installing TweetDeck or Seesmic in Ubuntu 64 bit you are currently running AIR version 1.5.  You already have all of [...]

  11. Madhusudhan Says:

    thanks a lot…! it really helped…!

  12. Rodrigo Athié Says:

    I am switching to Ubuntu in all my machines and my desktop is 64b.
    And it worked

    Thanks!!!

Leave a Reply