Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. Download the installer (.deb) here: http://flex.apache.org/installer.htmlImage Removed

  2. Once you have downloaded the .deb, install it using dpkg (this command will force the installation, even if the AIR dependency is not resolved):
    Code Block
    sudo dpkg -i --force-depends apache-flex-sdk-installer-2.6.0-bin.deb
    

  3. Once the installer has been installed (you might encounter several warnings and errors, just ignored them), open a terminal and go the installation folder:
    Code Block
    cd "/opt/Apache Flex/Apache Flex SDK Installer/bin"
    

  4. Run the installer:
    Code Block
    ./Apache\ Flex\ SDK\ Installer
    

...