Find it
Custom Search

Friday, May 15, 2009

Installing Adobe AIR in Kubuntu

1. First open your browser and go to http://get.adobe.com/air/

2. Download the software

3. By default all your downloads will go to /home/username/Desktop. so you need to open the terminal and go there.

4. Make sure that the file is there by typing:

ls

5. You should see a file named AdobeAIRInstaller.bin

4. Type:

sudo chmod +x AdobeAIRInstaller.bin

What this mean is that you are making the installer executable.

5. Type:

sudo ./AdobeAIRInstaller.bin

6. After the installation is finished close the terminal.

7. Click on the K button at the bottom of your screen

8. Choose the Applications tab

9. Then click on Utilities

10. You should find an entry for Adobe AIR Application Installer. This is what you will use when you are installing an Adobe AIR application program like Klok.

2 comments:

Anonymous said...

thanx!

Ian Carter said...

That's very useful information. Thank you very much indeed.