On previous post have discussed about how to install komodo editor in Ubuntu system. This post describes to install Komodo editor in Fedora, CentOS, RHEL.
Download and Extract Package:
Download komodo edit using wget command and extract .tar.gz file
# wget http://downloads.activestate.com/Komodo/releases/8.5.4/Komodo-Edit-8.5.4-14424-linux-x86.tar.gz
# tar -xf Komodo-Edit-8.5.4-14424-linux-x86.tar.gz
# cd Komodo-Edit-8.5.4-14424-linux-x86/
# tar -xf Komodo-Edit-8.5.4-14424-linux-x86.tar.gz
# cd Komodo-Edit-8.5.4-14424-linux-x86/
Install:
Execute install.sh file and give installation location,
# ./install.sh
Enter directory in which to install Komodo. Leave blank and
press 'Enter' to use the default [~/Komodo-Edit-8].
Install directory: /usr/local/src
'/usr/local/src' already exists. Installing over an existing
Komodo installation may have unexpected results. Are you
sure you would like to proceed with the installation?
Proceed? [y/N] y
...
...
Thank you for using Komodo.
Enter directory in which to install Komodo. Leave blank and
press 'Enter' to use the default [~/Komodo-Edit-8].
Install directory: /usr/local/src
'/usr/local/src' already exists. Installing over an existing
Komodo installation may have unexpected results. Are you
sure you would like to proceed with the installation?
Proceed? [y/N] y
...
...
Thank you for using Komodo.
Check The Editor:
Once installed komodo editor in your system check on your menu bar.
# ls -al /bin/komodo
lrwxrwxrwx. 1 root root 25 Jan 9 15:29 /bin/komodo -> /usr/local/src/bin/komodo
lrwxrwxrwx. 1 root root 25 Jan 9 15:29 /bin/komodo -> /usr/local/src/bin/komodo
Comments (0)