Installing
-
2. Downloading
Download Komodo-Edit GNU/Linux Release
Komodo Edit 12.x x86/x8664 tar.gz
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Download Komodo-Edit GNU/Linux Release
Next Extract into /tmp
Possibly Double-Click/Right-Click > Open with Archive Manager
Then to Install Komodo Edit
First, Change to Komodo Directory:
cd /tmp/Komodo-*
And Run Installation Script:
sudo ./install.sh
Set the Target Directory:
Example: /opt/Komodo-Edit.
And Make a Symlink to Komodo as indicated.
For instance as:
sudo ln -s /opt/Komodo-Edit/bin/komodo /usr/local/bin/komodo