Komodo Edit is a programming text editor and available free for Ubuntu and other Linux operating systems.
Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to perform related Ubuntu Software packages queries.
In this context, we shall look into how to install Komodo Edit on Ubuntu 20.04 LTS.
1. Perform System Update
To begin, ensure that all your system packages are up-to-date by running these following apt commands in the terminal:
$ sudo apt update
$ sudo apt upgrade
2. Install Komodo Edit on the System
You can download the Komodo Edit package from its official website:
$ wget https://downloads.activestate.com/Komodo/releases/12.0.1/Komodo-Edit-12.0.1-18441-linux-x86_64.tar.gz
$ tar xzvf Komodo-Edit-*.tar.gz
Next, change into the newly extracted folder, then run the commands below to begin the installation:
$ cd Komodo-Edit-12.0.1-18441-linux-x86_64
$ sudo ./install.sh -I /opt/KomodoEdit
Once the installation process is complete, add "komodo" to your PATH variable:
$ gedit ~/.bashrc
Then, copy and paste the line into the file, then save it:
export PATH="/opt/KomodoEdit/bin:$PATH"
Finally run the following commands to apply the configuration
$ source ~/.bashrc
You may also want to run this command:
$ sudo ln -s "/opt/KomodoEdit/bin/komodo" /usr/local/bin/komodo
Once the software is installed on your Linux machine, go to Unity Dash and search for "Komodo Edit", and you will be able to launch it from there.
This article covers the process of installing the Komodo Edit on your Ubuntu 20.04 LTS Focal Fossa system. In fact, Komodo Edit is a free multi-language code editor that supports Python, Perl, Ruby, HTML/CSS, JavaScript and so on.
Main features of the Komodo editing free text editor: