Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If you're using a 64-bit Linux system, install the ia32-libs (AIR is 32-bit only):
    Code Block
    sudo apt-get install ia32-libs
    


  2. //
    //
    #Go Go here (http://update.devolo.com/linux/apt/pool/main/a/adobeair/) and download the AIR installer for 64-bit systems (amd64) or 32-bit (i386)
    //
    //
    #Install
  3. Install the package you just downloaded:
    Code Block
    sudo dpkg -i adobeair_2.6.0.19170_amd64.deb
    

...