How to install Komodo IDE in Debian 8.6

To install Komodo IDE in Debian 8.6

Komodo Edit is a free text editor for dynamic programming languages. The recent version of Komodo Edit is built at top the Open Komodo project. Many of Komodo' s features are derived from an embedded Python interpreter. This article explains the installation of Komodo IDE in Debian.

To Install Komodo IDE

root@linuxhelp:~# wget http://downloads.activestate.com/Komodo/releases/10.1.4/Komodo-IDE-10.1.4-89515-linux-x86_64.tar.gz
--2016-12-28 19:52:11--  http://downloads.activestate.com/Komodo/releases/10.1.4/Komodo-IDE-10.1.4-89515-linux-x86_64.tar.gz
Resolving downloads.activestate.com (downloads.activestate.com)... 204.244.102.19
Connecting to downloads.activestate.com (downloads.activestate.com)|204.244.102.19|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 80664650 (77M) [application/x-gzip]
Saving to: ‘ Komodo-IDE-10.1.4-89515-linux-x86_64.tar.gz’ 

Komodo-IDE-10.1.4-8 100%[=====================> ]  76.93M  57.5KB/s   in 12m 2s s

2016-12-28 20:04:13 (109 KB/s) - ‘ Komodo-IDE-10.1.4-89515-linux-x86_64.tar.gz’  saved [80664650/80664650]

Extract the file by using tar command.

root@linuxhelp:~# tar -zxf Komodo-IDE-10.1.4-89515-linux-x86_64.tar.gz 


Once it is done move the file to extracted directory.

root@linuxhelp:~# cd Komodo-IDE-10.1.4-89515-linux-x86_64
root@linuxhelp:~/Komodo-IDE-10.1.4-89515-linux-x86_64# 
root@linuxhelp:~/Komodo-IDE-10.1.4-89515-linux-x86_64# ls -l
total 12
drwxr-xr-x 5 500 500 4096 Dec 16 14:14 INSTALLDIR
-rwxr-xr-x 1 500 500 1278 Aug 15 19:19 install.sh
drwxr-xr-x 2 500 500 4096 Dec 16 14:14 support

Now, run the install.sh file. and press enter to set default install directory.

root@linuxhelp:~/Komodo-IDE-10.1.4-89515-linux-x86_64# sh install.sh 
Enter directory in which to install Komodo. Leave blank and
press ' Enter'  to use the default [~/Komodo-IDE-10].
Install directory: 

==============================================================================
Komodo IDE 10 has been successfully installed to:
    /root/Komodo-IDE-10
    
You might want to add ' komodo'  to your PATH by adding the 
install dir to you PATH. Bash users can add the following
to their ~/.bashrc file:

    export PATH=" /root/Komodo-IDE-10/bin:$PATH" 

Or you could create a symbolic link to ' komodo' , e.g.:

    ln -s " /root/Komodo-IDE-10/bin/komodo"  /usr/local/bin/komodo

Documentation is available in Komodo or on the web here:
    http://docs.activestate.com/komodo

Please send us any feedback you have through one of the
channels below:
    komodo-feedback@activestate.com
    irc://irc.mozilla.org/komodo
    https://github.com/Komodo/KomodoEdit/issues

Thank you for using Komodo.
==============================================================================

Once you are done, set environment variable for komodo on ~/.bashrc file like below.

root@linuxhelp:~/Komodo-IDE-10.1.4-89515-linux-x86_64# nano ~/.bashrc 
export PATH=" /root/Komodo-IDE-10/bin:$PATH" 

Create soft link for Komodo like below.

root@linuxhelp:~/Komodo-IDE-10.1.4-89515-linux-x86_64# ln -s " /root/Komodo-IDE-10/bin/komodo"  /usr/local/bin/komodo

Now you can run Komodo on your terminal.

root@linuxhelp:~/Komodo-IDE-10.1.4-89515-linux-x86_64# komodo

Click next for default settings.

Now click next

Finaly click finish to complete the process.

Now you can view your Komodo IDE work place which is ready to edit the programming codes.

Tag : Komodo
FAQ
Q
What programming language does majorly rely on Komodo?
A
Many of Komodo's features are derived from an embedded Python interpreter.
Q
Does Komodo Edit Code Editor comes with in built libraries for codes?
A
Yes Komodo Edit Code Editor has inbuilt libraries for php and java
Q
Does Komodo Edit supports php and java related codes?
A
Komodo Edit has Improved PHP CodeIntel and

Improved JavaScript CodeIntel is a builtin fetaure
Q
Where to get stable ppa of Komodo Editor?
A
The stable ppa of Komodo Editor is

"add-apt-repository ppa:mystic-mirage/komodo-edit"



and you can also refer https://launchpad.net/~mystic-mirage/+archive/ubuntu/komodo-edit
Q
is it possible to color pick using Komodo Edit Code Editor in Ubuntu ?
A
Yes color is an added advantage of Komodo Edit Code Editor in Ubuntu