Install Adobe AIR 1.5 and the Google Analytics Reporting Application on Ubuntu
Posted by Hodge on Feb 6, 2009 in Featured, Linux, Ubuntu • 7 comments •
Sometimes, I’m just too lazy to browse to the Google Analytics site – all that bookmark clicking, logging in, choosing profiles etc. I just can’t be arsed. I could, of course, leave the page open, and click refresh every now and then, or even bookmark the profile/report and go back later. That’s too obvious, and too easy. I like to complicate things, before they get easy – it makes me appreciate just how easy things are when they are easy.
I was thinking a while back “wouldn’t it be cool if there was a desktop reporting tool for Google Analytics – I could just run it, and it’d sit there quietly in the background waiting from me to press Alt+Tab”, when a friend pointed me to an interesting Bundle on YouBundle – “Best Adobe AIR Desktop Applications“. Sat amongst the application list, was the “Google Analytics Reporting Suite” – Just what I need! The only thing is, I didn’t have Adobe AIR installed… So, here’s how I went about getting it installed…
Installing Adobe AIR 1.5 Linux
64 Bit Users Note: Adobe AIR is not yet available as a 64 Bit application, so you’ll need to install 32 bit libraries first. If you haven’t got them already, in a Terminal, run:
sudo apt-get install ia32-libs
Adobe AIR 1.5 is available for Linux. The binary can be downloaded from http://get.adobe.com/air (it auto detects your system). Once the file had downloaded to my desktop, I opened a Terminal (Applications -> Accessories -> Terminal), made the AdobeAIRInstaller.bin executable, and ran the file:
cd ~/Desktop
chmod +x AdobeAIRInstaller.bin
sudo ./AdobeAIRInstaller.bin
This fires up the Adobe AIR installer GUI, and it’s installed in a couple of clicks. It needs to be run with sudo, since it installs into /opt. The uninstaller, by the way, is located in the Applications -> Accessories menu.

Additional 64 Bit step
I didn’t actually run this, as everything seems to run fine, but in a Terminal, run:
sudo cp /usr/lib/libadobecertstore.so /usr/lib32
Installing Google Analytics Reporting Suite
This part should be easy – it should just be a case of visiting http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1282521 and clicking on “Install”. However, for some strange reason, the page wouldn’t detect my flash plugin properly – even though I have the latest 64 Bit version (albeit Alpha) installed from Adobe – so instead of the install box, I just had a box telling me to install Flash. No worries – with some sifting through the page’s HTML source code, I found the flash installation application just points to http://www.aboutnico.be/updates/gas32.air, so I just entered that into the browser, and when Firefox prompted, selected “Open with Adobe AIR Application Installer” – this downloads the file, and begins the installation.

I went through the motions – enter Admin password, choose location to install etc. and that was it. Once installed, it’s launched from Applications -> Accessories -> Analytics Reporting Suite. No more pesky logging in (except, of course, for the initial account setup).

A Note about TweetDeck
Many people seem to be having problems getting TweetDeck to work, so after some digging around (see comments below) I found a solution on http://beegod.org/tweetdeck-on-hardy-heron-64bit. It basically involves using getlibs to resolve dependency issues with the libgnome.keyring.so 32 bit library. In a Terminal, run:
wget http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb
sudo dpkg -i getlibs-all.deb
sudo getlibs -l libgnome-keyring.so.0.1.1
Postscript: Some people may be wondering why the image at the head of the post says “Adobe AIR for Linux beta”. Well, I originally wrote this post some time ago in November 2008, using Adobe AIR v1.1 Beta, but the whole setup was a little buggy – i.e. I couldn’t configure any account information in the Google Analytics application. It seemed a little pointless publishing a post when the software didn’t work, so I waited until everything did work – i.e. Adobe AIR v1.5. I just can’t be bothered to find another image, upload it etc…
Something not quite right? Inaccuracies or invalid code? Didn’t work for you? Don’t like me using Ss instead of Zs? Add a comment below! All comments are welcome. Except spam, because spam is a bit crap.
|
|
Lot 6 New HP G60 15.6 Laptop Notebook Win 7 HDMI Webcam $3,149.95 |
|
|
Lenovo ThinkPad X201s 5397FFU 5397-FFU Notebook/Laptop $2,646.40 |
|
|
Lenovo ThinkPad X201s 5413FFU 5413-FFU Notebook/Laptop $2,636.88 |
|
|
New Lenovo ThinkPad W510 43192RU Laptop Notebook $2,494.99 |
|
|
Lenovo ThinkPad X200s 7469-5GU 74695GU Notebook/Laptop $2,385.48 |
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.






Hello! I’ve been using Ubunto 8.10 x64 with AdobeAir for some time, but there is an AIR app i always fail to run: TweetDeck.
I can run DestroyTwitter and twhirl but bot TweetDeck.
Can you give it a try?
Just in case anyone makes the mistake I did and gets this error when trying to install air packages from the command line:
invalid file (bad magic number): Exec format error
you don’t need to make them executable, so chmod -x .air, and then just double-click on them (rather than running them from the command line). Then it all works.
Also to the poster above, I can install TweetDeck but not get it working properly – it runs but none of the buttons along the top of the window seem to do anything. Twhirl works fine though.
HI,
I just tried installing and running TweetDeck and have the same problem as Tim, above. It all seems to install OK, but none of the buttons along the top seem to work. Are you both running 64 Bit too?
I’ll have a look around and see if there’s any information anywhere.
Thanks for your comments
OK, I found a solution for you – it’s a problem with installing AIR on 64 Bit rather than TweetDeck itself. It’s basically looking for the 32 Bit version of libgnome-keyring0. You’ll need getlibs, which can be downloaded and installed using the following:
wget http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.debsudo dpkg -i getlibs-all.deb
Once it’s iinstalled, run the following, which will install the required 32 Bit libraries:
sudo getlibs -l libgnome-keyring.so.0.1.1I just tried this on my 64 Bit install, and everything seems to work.
The full article and additional information about this fix can be found here: http://beegod.org/tweetdeck-on-hardy-heron-64bit
Hope that helps!
thanks for the instructions! i’m on ubuntu and adobe wouldn’t read my flash plugin either. thanks for the link.
Hi Doug – thanks for the comment – glad it worked for you.
what ever happened to this cool analytics app, i cannot find it anywhere on Adobe’s marketplace now….