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.
|
|
Seis De Mayo $4.29 It wasn’t long after the recording of this, Trey Anastasio’s third–and most warmly idiosyncratic–solo album, that the Phish frontman/guitarist announced that his improvisation-fueled, cult-fave band would record no more. Longtime Phish-heads (or admirers of Anastasio’s previous free-form jazz excursions with Les Claypool and Stewart Copeland and more conventional solo work) may find this ambitio… |
|
|
Sapphire Video Card 100314-3l Hd 6870 1gb Ddr5 256bit Pci Express D-Dvi/Hdmi/Display Port Retail $222.69 PCI Express based PC is required with one X16 lane graphics slot available on the motherboard.4X75 Watt 6-pin PCI Express power connector is required for CrossFireX system.2X75 Watt 6-pin PCI Express power connector is required.1024MBMinimum of system memory.Installation software requires CD-ROM drive.DVD playback requires DVD drive.Blu-ray/HD DVD playback requires Blu-ray/HD DVD drive.Blu-ray/HD … |
|
|
ASUS Lamborghini VX6-PU17-BK 12.1-Inch Eee PC Netbook (Black) $685.70 Asus Lamborghini VX6-PU17-BK 12.1″ LED Netbook – Atom D525 1.80 GHz – Black VX6-PU17-BK 41… |
|
|
T101MT-BU17-BK 10.1 Netbook $599.99 Asus Eee PC T101MT-BU17-BK 10.1″ LED Net-tablet PC – Atom N450 1.66 GHz – Black T101MT-BU17-BK 202… |
|
|
Laptop Computer Security Cable Lock (Silver) for Asus laptop $7.99 Laptop Computer Security Cable Lock (Silver) for Asus laptop . Laptop Computer Security Cable Lock for you to use to lock your laptop computer in an easy way.Features:Lock down your notebooks laptop computer with this unique, individual keys and locks for each computer. Galvanized steel cable for strong protectionEffective protection, anti-thief design keeps the sneakers away The T-bar mechanism b… |
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….