Installing
- 
2. DownloadingDownload Standalone Aptana Studio 3 for Linux Choose to Save the File. 
- 
4. InstallingThen to Setup Aptana-Studio3 IDE 
 First, Install the unzip Tool:sudo apt install unzip 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 
- 
5. Setting Up JavaHow to Install Required Oracle-Sun Java on Ubuntu 
Contents
