• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install aptana studio 3 in Ubuntu

387

To install aptana studio 3 in Ubuntu 16.04

Aptana Studio is a tools in the free Web editor market. Its the main function in Ajax development environment. Installation of Aptana studio 3 in Ubuntu is explained in this article.


To install aptana studio

Before installing Aptana, add java repo file by using “ add-apt-repository” command.

root@linuxhelp:~# add-apt-repository ppa:webupd8team/java
 Oracle Java (JDK) Installer (automatically downloads and installs Oracle JDK7 / JDK8 / JDK9). There are no actual Java files in this PPA.

More info (and Ubuntu installation instructions):
- for Oracle Java 7: http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
- for Oracle Java 8: http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html

Debian installation instructions:
- Oracle Java 7: http://www.webupd8.org/2012/06/how-to-install-oracle-java-7-in-debian.html
- Oracle Java 8: http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html

Important!!! For now, you should continue to use Java 8 because Oracle Java 9 is available as an early access release (it should be released in 2016)! You should only use Oracle Java 9 if you explicitly need it, because it may contain bugs and it might not include the latest security patches! Also, some Java options were removed in JDK9, so you may encounter issues with various Java apps. More information and installation instructions (Ubuntu / Linux Mint / Debian): http://www.webupd8.org/2015/02/install-oracle-java-9-in-ubuntu-linux.html
 More info: https://launchpad.net/~webupd8team/+archive/ubuntu/java
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpwdo5gmbh/secring.gpg'  created
gpg: keyring `/tmp/tmpwdo5gmbh/pubring.gpg'  created
gpg: requesting key EEA14886 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpwdo5gmbh/trustdb.gpg: trustdb created
gpg: key EEA14886: public key " Launchpad VLC"  imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK

Update apt source, using “ apt-get update” command.

root@linuxhelp:~# apt-get update
Hit:1 http://in.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://in.archive.ubuntu.com/ubuntu xenial-updates InRelease [94.5 kB]              
Hit:3 http://security.ubuntu.com/ubuntu xenial-security InRelease              
Hit:4 http://ppa.launchpad.net/enlightenment-git/ppa/ubuntu xenial InRelease         
Hit:5 http://ppa.launchpad.net/gns3/ppa/ubuntu xenial InRelease                      
Hit:6 http://in.archive.ubuntu.com/ubuntu xenial-backports InRelease                 
Get:7 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease [17.6 kB]
Get:8 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial/main amd64 Packages [2,868 B]
Get:9 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial/main i386 Packages [2,868 B]
Get:10 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial/main Translation-en [1,260 B]
Fetched 119 kB in 2s (54.7 kB/s)  
Reading package lists... Done

Install java by using the following command.

root@linuxhelp:~# apt-get install oracle-java7-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  gsfonts-x11 java-common
Suggested packages:
  binfmt-support visualvm ttf-baekmuk | ttf-unfonts | ttf-unfonts-core ttf-kochi-gothic
  | ttf-sazanami-gothic ttf-kochi-mincho | ttf-sazanami-mincho ttf-arphic-uming
The following NEW packages will be installed:
  gsfonts-x11 java-common oracle-java7-installer.
.
.
.
Oracle JDK 7 installed
update-alternatives: using /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libnpjp2.so to provide /usr/lib/mozilla/plugins/libjavaplugin.so (mozilla-javaplugin.so) in auto mode
Oracle JRE 7 browser plugin installed
Setting up gsfonts-x11 (0.24) ...

Next install dependency files for aptana studio.

root@linuxhelp:~# apt-get install libjpeg62 libwebkitgtk-1.0-0 git-core
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  git git-man liberror-perl libjavascriptcoregtk-1.0-0 libwebkitgtk-1.0-common
Suggested packages:
  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb
.
.
.
Setting up libjavascriptcoregtk-1.0-0:amd64 (2.4.11-0ubuntu0.1) ...
Setting up libwebkitgtk-1.0-common (2.4.11-0ubuntu0.1) ...
Setting up libwebkitgtk-1.0-0:amd64 (2.4.11-0ubuntu0.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...

Installation-Aptana-studio3-Ubuntu16.04-oracle-license
Open browser and go aptana studio' s official site. And copy aptana studio download link.
Installation-Aptana-studio3-Ubuntu16.04-official-site-download-link

Open the terminal and download aptana studio using “ wget” command.

root@linuxhelp:~# wget https://github.com/aptana/studio3/releases/download/v3.6.1/Aptana_Studio_3_Setup_Linux_x86_64_3.6.1.zip
--2016-07-11 19:03:11--  https://github.com/aptana/studio3/releases/download/v3.6.1/Aptana_Studio_3_Setup_Linux_x86_64_3.6.1.zip
Resolving github.com (github.com)... 192.30.253.112
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
.
.
.
.
Saving to: ‘ Aptana_Studio_3_Setup_Linux_x86_64_3.6.1.zip’ 

Aptana_Studio_3_Setup_ 100%[===========================> ] 117.95M   277KB/s    in 4m 6s   

2016-07-11 19:07:19 (492 KB/s) - ‘ Aptana_Studio_3_Setup_Linux_x86_64_3.6.1.zip’  saved [123680508/123680508]

Next unzip the downloaded file.

root@linuxhelp:~# unzip Aptana_Studio_3_Setup_Linux_x86_64_3.6.1.zip

List the files using “ ls” command.

root@linuxhelp:~# ls
Aptana_Studio_3                               vst-install.sh
Aptana_Studio_3_Setup_Linux_x86_64_3.6.1.zip  vst-install-ubuntu.sh

Set owner permission as root to ” Aptana_Studio_3” directory.

root@linuxhelp:~# chown -R root:root Aptana_Studio_3/

Next set execute permission to “ Aptana_Studio_3” directory using “ chmod” command.

root@linuxhelp:~# chmod -R 777 Aptana_Studio_3

Move the “ Aptana_Studio_3” directory to “ /usr/local/bin” .

root@linuxhelp:~# mv Aptana_Studio_3 /usr/local/bin/

Change the directory by using the following command.

root@linuxhelp:~# cd /usr/local/bin/

Open and edit the “ ~/.bashrc” file.

root@linuxhelp:/usr/local/bin# nano ~/.bashrc

Add aptana studio path and save it.

PATH=$PATH:/usr/local/bin/Aptana_Studio_3

Create softlink for “ Aptana_Studio_3/AptanaStudio3” as follows.

root@linuxhelp:/usr/local/bin# ln -s Aptana_Studio_3/AptanaStudio3 aptana

Next change your directory.

root@linuxhelp:/usr/local/bin# cd

Type “ aptana” and run it.

root@linuxhelp:~# aptana

Installation-Aptana-studio3-Ubuntu16.04-run-aptana
Set the path for aptana and click “ ok”
Installation-Aptana-studio3-Ubuntu16.04-Set-path
Aptana is ready to use now.
Installation-Aptana-studio3-Ubuntu16.04-ready

Tags:
caden
Author: 

Comments ( 7 )

aravindhan
Thanks ubuntu
linuxhelp
Thanks Tutorial Comments
ElMeSaFeR
last command >> root@linuxhelp:~# aptana
it showing me
apanta: command not found
johndennisgt
Thank You !
muiko
thanks how can i create an icon
view More
Add a comment

Frequently asked questions ( 5 )

Q

How Can I redistribute Aptana Studio as is, without any modifications?

A

Yes. If you just want to redistribute the software as is, in source or binary form, commercially or as open source, you are free to do so under the terms of the GPL.

Q

May I develop commercial websites using Aptana Studio?

A

Yes, you may develop both personal and commercial websites using Aptana Studio

Q

What is the command to set owner permission for aptana studio?

A

By this command, you can set the owner permission
chown -R root:root Aptana_Studio_3/

Q

What is the main feature in Aptana studio?

A

There are so many features in Aptana it can assist HTML, CSS, and JavaScript Code.

Q

Is Aptana supports IDE?

A

Yes,Aptana supports integration with Git (IDE), a free and open-source distributed version control system that allows the efficient management of development projects,

Related Tutorials in How to install aptana studio 3 in Ubuntu

Related Tutorials in How to install aptana studio 3 in Ubuntu

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to install aptana studio 3 in Ubuntu

Related Forums in How to install aptana studio 3 in Ubuntu

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to install aptana studio 3 in Ubuntu

Related News in How to install aptana studio 3 in Ubuntu

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Sebastian ?
How to change non required to required field in SuiteCRM Custom/Default Modules

How to change not required to the required field in SuiteCRM Custom/Default Modules?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.