How to install Komodo Edit on ubuntu 12.04

Komodo Edit is free and open-source code editor for JavaScript, Perl, PHP, Python, Ruby and Tcl, on Linux, Mac OS X and Windows.

To install Komodo Edit on ubuntu 12.04

1.Go to Komodo Edit download page and download the latest Linux version AS Package. (like Komodo-Edit-7.1.0-10496-linux-x86.tar.gz ).

Copy your downloaded Komodo Edit .tar.gz file to your Desktop.

Open Terminal.To open terminal click the Dash home from unity launcher.And type terminal in the search field.And click Terminal.

Type the below code in terminal and hit enter.

cd Desktop

Then type below code in terminal and hit enter

tar xzvf Komodo-Edit-7.1.0-10496-linux-x86.tar.gz

Note:Here 7.1.0-10496 is a version number.please change this with your version.

Also Read:  Paper Clip PDF Metadata Editor

Then type and press enter

cd Komodo-Edit-7.1.0-10496-linux-x86/

Then type and hit enter

sudo ./install.sh

Type your ubuntu password if needed.

When prompted for the installation directory, type below path and hit enter.

/opt/Komodo-Edit-7/


To set execution path Komodo Edit 7 environment, type below in terminal and hit enter.

export PATH="/opt/Komodo-Edit-7/bin:$PATH"

After the successful installation click the Dash home from unity launcher.And type Komodo Edit in the search field.Then click Komodo-Edit 7.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



This Post Has One Comment

  1. filoG

    Very helpfull, workded great for me!

Leave a Reply