Posts Tagged ‘adobe air’

Updating Adobe AIR in Linux

Saturday, March 21st, 2009

I don’t use my dedicated Linux PC (running Fedora 10) as much as I used to a year or two ago. So, when I fired it up today to update Fedora and install Seesmic for Facebook, I found I also needed to update Adobe AIR from version 1.5 to 1.5.1. However, since I was logged in as an unpowered user (not root), AIR wouldn’t auto update even if I su-ed to root and tried to run twhirl or Seesmic for Facebook to start the process. Here’s what I ended up doing.

- Manually downloaded Adobe AIR 1.5.1 for Linux from the Get Adobe Air download page
- Open a terminal window
- su – to root (sudo on other Linux distros)
- cd (change directory) to where the AIR installer was downloaded
- chmod u+x AdobeAIRInstaller.bin
- Run the installer from the shell -> ./AdobeAIRInstaller.bin

The Adobe AIR installer detected the older version and asked if I wanted to install it. I clicked OK and the installation proceeded as expected.