How to Install Aptana Studio 3 on Ubuntu 19.10

September 19, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Download Standalone Aptana Studio 3 for Linux

    Aptana Studio 3 Linux x64 .zip

    Choose to Save the File.

  2. 3. Installing Aptana Studio 3

    Then to Setup Aptana Studio 3 IDE
    First, Install the unzip Tool:

    sudo apt install unzip

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Next Make a Target directory:

    sudo mkdir /opt/AptanaStudio

    Now Unzip it directly into the Target with:

    sudo unzip -d /opt/AptanaStudio ~/Downloads/aptana.studio-linux*.zip

    And Set the SuperUser as Owner:

    sudo chown -R root:root /opt/AptanaStudio

    Finally, make a Symlink:

    sudo ln -s /opt/AptanaStudio/AptanaStudio3 /usr/local/bin/AptanaStudio3
  3. 4. Setting Up Java

    How to Install Required Oracle-Sun Java on Ubuntu

    Install Oracle JRE/JDK 8+ for Ubuntu

Contents


QuickChic Theme • Powered by WordPress