Monday, January 07, 2013

Installing Komodo Edit 6 on Ubuntu

Step 1 :Open the terminal by pressing the CTL + ALT + T from your keyboard. When the terminal opens, run the following command in the terminal to download Komodo-Edit zip file on Ubuntu.

    $ wget http://download.activestate.com/Komodo/releases/6.1.3/Komodo-Edit-6.1.3-8844-linux-libcpp6-x86.tar.gz

Step 2 : After downloading the zip file, run the following command in the terminal to extract content of  downloaded zip file on Ubuntu.

    $ tar xzvf Komodo-Edit-6.1.3-8844-linux-libcpp6-x86.tar.gz

Step 3 : Now, enter into the extracted folder by running the following command in the terminal.

    $ cd Komodo-Edit-6.1.3-8844-linux-libcpp6-x86/

Step 4 : Finally, run the following command in the terminal to install Komodo-Edit on your Ubuntu system.

    $ sudo ./install.sh

Step 5 : Now, While installing when prompted to specify the which directory or folder to install Komodo Edit on your Ubuntu system, then run the following command in the terminal.

    $ /opt/Komodo-Edit-6/

Step 6 : After installing the Komodo Edit on your Ubuntu system, run the following command in the terminal to complete the process.

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

Step 7 : Now the installation of Komodo Edit is complete and you can ‘Komodo-Edit’ from Dash on Ubuntu 11.10. That's All and now enjoy the programming on Komodo Edit.

Step 8 :  Now open terminal and type Komodo to lunch the editor

No comments: