ubuntu

How to install Komodo Edit on ubuntu 12.04

1

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.

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 enjoyed this article, Get email updates (It’s Free)
avatar
Author :  

Hello visitor! Subscribe to the RSS feed or subscribe via email to receive updates.

Browse related articles

Ubuntu 13.10 (Saucy Salamander) Release Schedule Ubuntu 13.10 (Saucy Salamander) Release Schedule

Ubuntu 13.10 (Saucy Salamander) is scheduled for release in  17th October, 2013 Ubuntu 13.10 Release Schedule: Ubuntu 13.10 Alpha 1 – June 20th,2013 Ubuntu 13.10 Alpha 2 – July 18th,2013 Ubuntu 13.10 Alpha 3 – August 1st,2013 Ubuntu 13.10 Beta 1- September 5th,2013 Ubuntu 13.10 Final Beta – September 26th,2013 Ubuntu 13.10 Release Candidate – [...]

Ubuntu 13.04 Released Ubuntu 13.04 Released

Ubuntu 13.04 (Raring Ringtail) is now available for download. What’s new in ubuntu 13.04? Linux kernel 3.8.8 Unity user interface changes Unity 7 New interface animations, including window snap Scroll-switching of open windows from Unity Launcher New Social Lens Workspace item removed from launcher A new sync menu for Ubuntu One Upstart 1.8 LibreOffice 4.0 [...]

Ubuntu 13.10 codenamed Saucy Salamander Ubuntu 13.10 codenamed Saucy Salamander

Ubuntu 13.10 gets a codename Saucy Salamander, Canonical founder Mark Shuttleworth revealed on his personal blog post. Ubuntu 13.10 is scheduled for release in  late October, 2013 Source: Salamander wiki If you enjoyed this article, Get email updates (It’s Free) Tweet Pin It

Ubuntu 13.04 Beta Released Ubuntu 13.04 Beta Released

Ubuntu 13.04 (Raring Ringtail) Beta is now available for download and testing.What’s new in this beta? New Ubuntu spins Ubuntu GNOME and Ubuntu Kylin Linux kernel 3.8.5 Upstart 1.8 New shutdown and session exit dialogs Python 3.3 A new sync menu for Ubuntu One Unity user interface changes New interface animations, including window snap Scroll-switching [...]

One Comment on How to install Komodo Edit on ubuntu 12.04

  1. avatar filoG says:

    Very helpfull, workded great for me!

Leave a Reply