Get Blogged by JoKi

"The only frontiers are in your mind"
06 | 02 | 2012
Navigation
Syndication
Latest Tweets
Most Read Articles
Related Resources
Article Time Line
About me
Microsoft MVP - Visual Developer for Visual FoxPro 2006 & 2007

Microsoft Certified Professional

Get in contact

Sharing is caring

Recent books

  • MCTS 70-536 - .NET Framework 2.0 Application Development Foundation
  • Code-Centric: T-SQL Programming with Stored Procedures and Triggers
  • Microsoft .NET Framework-Programmierung in C#

Community

deutschsprachige FoxPro User Group

Microsoft Community Leader/Insider Program

International .NET Association

O'Reilly Verlag
Sponsoring
If you like the information on these pages, your support is highly appreciated.
Thank you very much!
Validation

Valid XHTML 1.0 Transitional
Valid CSS!
Valid RSS
Valid Atom 1.0

Spacer for layout formatting
Install Adobe AIR on Ubuntu/Linux PDF Version
User Rating:rating indicator fullrating indicator fullrating indicator fullrating indicator fullrating indicator full / 1
PoorBest 
Linux
Friday, 19 March 2010 17:32

Since quite some time Adobe Technologies released the Linux version of Adobe AIR to bring web applications and widgets to your desktop. Installing new applications on a Linux system is not always as easy as switching the computer on. The following instructions might be helpful to install Adobe AIR on any Linux system.

First of all, get the latest installer of Adobe AIR from http://get.adobe.com/air/ - as of writing this article the file name is AdobeAIRInstaller.bin. Save the download in your preferred folder.

Now, there are two ways to run the installer - visual style or console style.

Visual Installation

Launch your favorite or standard file manager like thunar or nautilus and browse to the folder where the AdobeAIRInstaller.bin has been saved.

  • Right click on the file and choose 'Properties' in the context menu
  • Set 'Execute' permissions and confirm modifications with OK
  • Rename file into AdobeAIRInstaller
  • Double click and follow the instructions

Using the console

  • Open a terminal like xterm
  • Change into the directory where you stored the download
  • Run this command:
    chmod +x AdobeAIRInstaller.bin
  • Now run this command:
    sudo ./AdobeAIRInstaller.bin

The normal installer will open, install it. From now whenever you download a .air file, just double click it and it will be installed.

Troubleshooting

In case that the installation does not start properly, try to install via console. This gives you more details about the reasons. Should you run into something like this:

AdobeAIRInstaller.bin: 1: Syntax error: "(" unexpected

Double check the execute permission of the installer file and try again.

 


blog comments powered by Disqus
 
Spacer for layout formatting