Komodo Edit is based on an award-winning Komodo IDE which offers sophisticated support for all major scripting languages, including in-depth autocomplete and calltips, multi-language file support, FTP upload/download support, syntax coloring and checking, Vi emulator and more.

It also support Perl, PHP, Python, Ruby, Tcl, plus JavaScript, CCS, HTML, XML, HTML-Smarty and Django scripting languages.

This brief tutorial is going to show you how to install it in Ubuntu 13.04 / 12.10 Raring Ringtail via PPA along with support for Ubuntu global menu.

To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to add the below PPA repository key.

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A7E2BCD2

 

komodo_edit_global_menu

 

Next, run the commands below to add the below PPA repository which contains Komodo Edit packages.

sudo add-apt-repository "deb http://ppa.launchpad.net/mystic-mirage/komodo-edit/ubuntu quantal main"

 

komodo_edit_global_menu_1

 

Finally, run the commands below to install Komodo Edit and support for Ubuntu Global Menu

sudo apt-get update && sudo apt-get install komodo-edit komodo-edit-globalmenu

 

komodo_edit_global_menu_2

 

Go to Ubuntu Dash and launch Komodo Edit.

 

komodo_edit_global_menu_3

 

To completely remove or uninstall Komodo Edit, run the commands below.

sudo apt-get purge komodo-edit komodo-edit-globalmenu

 

Finally, go to System Settings’ –> Software & Updates –> Other Software’ tab

 

komodo_edit_global_menu_4

 

Then select and remove the lines for Komodo Edit to remove its PPA repository from Ubuntu.

 

komodo_edit_global_menu_5

 

You may do the same on the Authentication tab to remove the repository key.

 

Enjoy!

Frequently Asked Questions

How do I install Komodo Edit 8 in Ubuntu 13.04 using PPA?

To install Komodo Edit 8 in Ubuntu 13.04, you can use the PPA repository provided. Simply add the repository key, add the PPA repository for Komodo Edit packages, and then install Komodo Edit along with support for Ubuntu Global Menu by running specific commands in the terminal.

What scripting languages does Komodo Edit 8 support?

Komodo Edit 8 supports a wide range of scripting languages including Perl, PHP, Python, Ruby, Tcl, JavaScript, CSS, HTML, XML, HTML-Smarty, and Django. It offers sophisticated features tailored for each of these languages, such as autocomplete, syntax coloring, and more.

How can I launch Komodo Edit in Ubuntu Dash?

To launch Komodo Edit in Ubuntu Dash, simply go to the Ubuntu Dash and search for 'Komodo Edit'. Click on the icon to open the application and start using it for your coding needs.

Is there a way to uninstall Komodo Edit completely from Ubuntu?

Yes, you can completely remove or uninstall Komodo Edit from Ubuntu by running specific commands in the terminal. Use 'sudo apt-get purge komodo-edit komodo-edit-globalmenu' to remove the application and its related packages.

How do I remove the Komodo Edit PPA repository from Ubuntu?

To remove the Komodo Edit PPA repository from Ubuntu, go to 'System Settings' -> 'Software & Updates' -> 'Other Software' tab. Locate the lines related to Komodo Edit and remove them to clean up the repository list.

What additional feature does Komodo Edit offer for Ubuntu users?

Komodo Edit provides support for Ubuntu Global Menu, allowing users to integrate the application's menu with the system's global menu. This feature enhances the user experience by providing a seamless interface.

Can I use Komodo Edit for FTP upload/download in Ubuntu?

Yes, Komodo Edit offers FTP upload/download support in Ubuntu. You can easily configure and use this feature within the application to manage your remote files directly from the editor.

Does Komodo Edit come with a Vi emulator for Ubuntu users?

Yes, Komodo Edit includes a Vi emulator for Ubuntu users. If you are familiar with Vi keybindings and commands, you can enable the Vi emulation mode in Komodo Edit for a more efficient editing experience.