How to install Komodo editor on linux mint-18.03

To install Komodo editor on linuxmint-18.03
Komodo Edit is a free text editor for dynamic programming languages. Features of Komodo editor such us multi-language editor, auto-complete, multiple selections, toolbox, projects & Places Manager, skins & Icon Sets, minimap and many more. With this, the method to install Komodo editor on linuxmint-18.03 comes to an end.

Installation

Add the repository for Komodo editor application by using PPA.

linuxhelp ~ # add-apt-repository ppa:mystic-mirage/komodo-edit
You are about to add the following PPA:
 Update 2016-08-26:

Sorry, guys! No more updates here. I'm not using Komodo Edit anymore and today I am not able to build a new version of Komodo Edit. And I have no time to solve this. It has become too hard to support this PPA.

Please, ask ActiveState to add support for Unity Menubar (https://github.com/Komodo/KomodoEdit/pull/868) and/or Ubuntu packages. It was nice to be with you these years. Thanks for your emails. It is the pleasure to know that my work is useful for people all over the world.

.
.
.
hkp://keyserver.ubuntu.com:80
--recv-keys
A7E2BCD2
gpg: requesting key A7E2BCD2 from hkp server keyserver.ubuntu.com
gpg: key A7E2BCD2: public key "Launchpad PPA for Mystic-Mirage" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

Let's first start with updating the system repositories

linuxhelp ~ # apt-get update
Hit:1 http://archive.canonical.com/ubuntu xenial InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease                                             
Hit:3 http://security.ubuntu.com/ubuntu xenial-security InRelease                                   
Get:4 http://ppa.launchpad.net/mystic-mirage/komodo-edit/ubuntu xenial InRelease [17.5 kB]          
Hit:5 http://archive.ubuntu.com/ubuntu xenial-updates InRelease                                     
Hit:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease                                   
Ign:7 http://packages.linuxmint.com sylvia InRelease                    
Get:8 http://ppa.launchpad.net/mystic-mirage/komodo-edit/ubuntu xenial/main Sources [580 B]
Hit:9 http://packages.linuxmint.com sylvia Release                                             
Get:11 http://ppa.launchpad.net/mystic-mirage/komodo-edit/ubuntu xenial/main amd64 Packages [712 B]
Get:12 http://ppa.launchpad.net/mystic-mirage/komodo-edit/ubuntu xenial/main i386 Packages [712 B]
Get:13 http://ppa.launchpad.net/mystic-mirage/komodo-edit/ubuntu xenial/main Translation-en [480 B]
Fetched 20.0 kB in 2s (9,556 B/s)
Reading package lists... Done

Finally, install the Komodo editor application.

linuxhelp ~ # apt-get install komodo-edit -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libpango1.0-0
Suggested packages:
  ttf-lyx
The following NEW packages will be installed:
  komodo-edit libpango1.0-0
0 upgraded, 2 newly installed, 0 to remove and 391 not upgraded.
Need to get 83.3 MB of archives.
After this operation, 287 MB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/mystic-mirage/komodo-edit/ubuntu xenial/main amd64 komodo-edit amd64 10.0.1+17276~ubuntu1 [83.3 MB]
Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpango1.0-0 amd64 1.38.1-1 [3,458 B]
Fetched 83.3 MB in 4min 4s (341 kB/s)                                                               
Selecting previously unselected package libpango1.0-0:amd64.
(Reading database ... 225426 files and directories currently installed.)
Preparing to unpack .../libpango1.0-0_1.38.1-1_amd64.deb ...
Unpacking libpango1.0-0:amd64 (1.38.1-1) ...
Selecting previously unselected package komodo-edit.
Preparing to unpack .../komodo-edit_10.0.1+17276~ubuntu1_amd64.deb ...
Unpacking komodo-edit (10.0.1+17276~ubuntu1) ...
Processing triggers for desktop-file-utils (0.22+linuxmint1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Setting up libpango1.0-0:amd64 (1.38.1-1) ...
Setting up komodo-edit (10.0.1+17276~ubuntu1) ...

Once Installation is done you can access the application from the Menu as shown here

Now you can able to use komodo editor application.

With this, the method to install the Komodo editor on Linuxmint 18.03 comes to an end.

Comment
tomashoran
Apr 14 2019
Thanks !
Add a comment
FAQ
Q
what is komodo editor?
A
Komodo Edit is a free, multi-language editor with auto-complete, call tips, syntax highlighting, syntax checking and many other features. Available on Linux, Mac OS X and Windows.
Q
what are all the features of komodo in linux mint?
A
the features of komodo in linux mint are,
debugging and interactive shells for Perl, PHP, Python, Ruby, Tcl
source code control integration with Git, Mercurial, Bazaar, SVN, CVS and Perforce
a code/object browser
a regular expression toolkit
an HTTP inspector
unit testing integration
Q
which command to install the komodo package after adding repo?
A
use the below command to install the package
# apt-get install komodo-edit -y
Q
which command to add the repo of komodo editor in linuxmint?
A
Add the repository for Komodo editor application by using PPA.
# add-apt-repository ppa:mystic-mirage/komodo-edit
Q
what is the use of installing komodo in linuxmint?
A
Komodo Edit is a free text editor for dynamic programming languages. Features of Komodo editor such us multi-language editor, auto-complete, multiple selections, toolbox, projects & Places Manager, skins & Icon Sets, minimap and many more.