The obvious question is, “What are you installing Air on Ubuntu for?”
Sadly, it’s because the best PC Twitter clients by far seem to all be written in Air. If you haven’t tried them yet, check out Seesmic, Twhirl, Tweetdeck and Spaz. It’s unlikely you’ll be satisfied with anything less once you do, though.
The less obvious question is: “What are you still using Ubuntu 64 bit for if you keep having to jump through hoops to install stuff?”
To that I don’t really have a proper answer. Maybe because I enjoy blogging about my struggles with it?
I’ve put up with Gwibber this long mainly because the instructions for installing AIR on 64 bit Ubuntu on the Adobe site needs you to install a special tool to download a bunch of 32 bit libraries to install AIR.
Not only don’t I like doing that, it’s somewhat daunting for a lazy bum that isn’t that into Twitter.
Enter James Ward and his 9-step seemingly flop proof method of installing Adobe AIR 2. His post is the source from which I’m shamelessly stealing the below tutorial, so please go check it out.
If you’re too lazy to go through the steps yourself and you’re feeling trusting you can grab the Adobe Air 64-bit .deb I built from my Dropbox.
You may need to update AIR after installing it if you came upon this post some weeks after I published it. If you don’t want to download a package and then download an update once it’s installed, here’s the tutorial.
- Download the 32-bit Adobe AIR .deb package
- Open a terminal window and go to the directory where you downloaded the installer
- Create a temporary directory:
mkdir tmp
- Extract the deb file to the directory:
dpkg-deb -x adobeair.deb tmp
- Extract the control files of the deb to the directory:
dpkg-deb -e adobeair.deb tmp/DEBIAN
- Change the architecture parameter on the control file from “i386? to “all”:
sed -i "s/i386/all/" tmp/DEBIAN/control
- Repackage the deb file:
dpkg-deb -b tmp/ adobeair_64.deb
- Install Adobe AIR 2 by double clicking the file or running the command:
sudo dpkg -i adobeair_64.deb
Farewell for now Gwibber. Until you have the basic features I need from a social networking client, Adobe Air apps it will have to be.