Komodo is the best editor for developing web languages  like, HTML, CSS, JavaScript, PHP, Python, Perl, Ruby. You can easily edit the code and developing projects with enjoy.

Let we start to install Komodo Editor in Ubuntu.

Komodo is available via PPA(Personal Package Archives’s) so it has been created for Ubuntu users.
 

#  sudo add-apt-repository ppa:mystic-mirage/komodo-edit

Then, update the Ubuntu package and install it.
 
#  sudo apt-get update

#  sudo apt-get install komodo-edit

Once installed the Komodo editor , open it by  command :
 
#  komodo

To uninstall Komodo on Ubuntu:

Same as, we can remove this tool using apt-get remove command
 
#  apt-get remove komodo-edit