This simple tutorial shows you how to install Komodo Edit, the free and Open-Source counterpart of Komodo IDE, in Ubuntu 14.04 Trusty Tahr via PPA.
Komodo Edit offers sophisticated support for all major scripting languages, including in-depth autocomplete and calltips, multi-language file support, syntax coloring and syntax checking, Vi emulation, Emacs key bindings. It provides dynamic language expertise for Perl, PHP, Python, Ruby, and Tcl, plus JavaScript, CSS, HTML, and XML, and template languages like RHTML, Template-Toolkit, HTML-Smarty and Django.
Install Komodo Edit:
Because the editor is available in Launchpad PPA, you can easily install it by running the commands below one by one in a terminal window (Press Ctrl+Alt+T to open the terminal):
sudo add-apt-repository ppa:mystic-mirage/komodo-edit sudo apt-get update sudo apt-get install komodo-edit
Once installed, open the app from Unity Launcher or App Menu.