Install Komodo Edit in Ubuntu 12.04, 12.10 using PPA Komodo Edit is a fast, smart, free and open-source code editor for Linux, Windows, a...
Install Komodo Edit in Ubuntu 12.04, 12.10 using PPA
Komodo Edit is a fast, smart, free and open-source code editor for Linux, Windows, and Mac. It’s based on the award-winning Komodo IDE, 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 in Ubuntu from PPA:
Komodo Edit gets a PPA on launchpad.net. So far, it provides the latest packages for Ubuntu 12.10 Quantal and 12.04 Precise. To install it, hit Ctrl+Alt+T, copy and paste following commands into terminal and run one by one.
Add the ppa to repository:
Update:sudo add-apt-repository ppa:mystic-mirage/komodo-edit
Install Komodo Edit from the repository:sudo apt-get update
Once installed, you can open Komodo Edit from the Unity Dash Home. Or in file Properties window Open With tab, choose Komodo Edit and set as default.sudo apt-get install komodo-edit
COMMENTS