Under the Hill

so tired…

Howto: Install Adobe Air on Linux (Ubuntu/Fedora)

with 6 comments

Adobe Air actually gives quite a few nice possibilities to users (nevermind all the problems it might cause…). Nice and handsome applications which take away a lot of the old hassle of using the browser for tasks instead for surfing. So installing Air on a system seems like a good idea, especially as there actually exists a Linux version of it.

Unfortunately Adobe had the bad idea of providing not .deb or .rpm files, but instead an executable .bin on their site. On the one hand this is good because it should be able to run on different distributions then. On the other hand the provided help (doubleclick on the .bin) doesn’t help at all. It just doesn’t work. If you click, it normally exactly nothing will happen.

The file first has to be made executable. No problem for experienced users, lots of problems for the new crowd. Or at least many of them think it would be a problem.

What we do:

1. Download the Adobe Air runtime as a .bin from Adobe.com (the download should appear as the right one for your OS on the page)

2. Open the terminal (Yes! The dreaded terminal!)

3. Open the folder in which the downloaded file is stored. If it is on the desktop lets go there

cd Desktop

Good old cd, how I miss you in this graphic-interfaced world…

4. Now we have to make the file executable. For that we use chmod. I assume you are now in the folder in which the .bin is.

chmod x+u AdobeAIRInstaller.bin

Yup, that’s it. Now you can click on it and start it.

5. If that doesn’t work try typing in

./AdobeAIRInstaller.bin

and presto! the Installation should start. After it is installed you can open .air files from the net and they will install as programs on your system.

The Alternative Way (doesn’t work for everyone):

Okay, there is another way as well for all the people who don’t like the CLI. (blasphemers! 😛 )

1. Rightclick on the downloaded AdobeAirInstaller.bin file

2. In the appearing menu select Properties

3. Select the tab Permissions

4. Click the box in front of “Allow executing file as program”

5. Now doubleclick the file and it should start. If it doesn’t then back to the terminal. Go to the right folder and type in

./AdobeAIRInstaller.bin

Written by G. Neuner

7. January 2009 at 2:52 am

Posted in Computer

Tagged with , , , , ,

6 Responses

Subscribe to comments with RSS.

  1. Hi friend… Nice post.. Visit my blog and post your comments.. I have added u to my blog roll.. Hope u too will do the same.. Keep in touch.. Take care buddy!!!!

    starbozz

    11. January 2009 at 10:13 am

  2. starbozz

    11. January 2009 at 10:14 am

  3. I tried this a few times before I could get it to work. I had to change step 5 to the command ./AdobeAIRInstaller instead of ./AdobeAirInstaller for it to launch.

    fishpike

    7. February 2009 at 5:22 pm

  4. I think I have AIR installed, but apps won’t install. Can someone point me to a tutorial for that?

    Douglas Whitfield

    22. May 2009 at 4:27 am

  5. Of course, what a great site and informative posts, I will add backlink – bookmark this site? Regards, Reader.

    Natascha McElhone

    13. March 2010 at 5:39 pm

  6. Super-Duper site! I am loving it!! Will come back again – taking you feeds also, Thanks.

    Mackey J. McDonald

    13. March 2010 at 10:10 pm


Leave a comment