Kate Text and Code Editor

Kate is a free and open source multi-document text editor for Linux, Windows and MacOS. It comes with code and text folding, syntax highlighting, dynamic word wrap, embedded console, plugin support, Spell checking, bracket matching, scripting support, CR, CRLF, LF newline, encoding conversion, find & replace, auto indentation and auto completion support. It is a KDE project and released under GNU Library General Public License v2.1 or later.

Kate Text Editor

Download Kate Code Editor [Windows, MacOS, Linux]

Install Kate on Ubuntu Linux

Open the terminal app (ctrl+alt+t) and run below commands one by one . It will install the latest Kate text editor on your Ubuntu Linux system.

sudo apt update
sudo apt install kate

You can open kate via the applications menu or via below command in terminal.

kate

Install Kate via Snap:

You can also install kate editor via below snap command on terminal.

sudo snap install kate --classic

Install Kate via AppImage:

Download Kate in .AppImage file format from the below download link and save it on your Downloads folder.

Also Read:  How to Install VMware Workstation Player on Ubuntu

Download Kate AppImage

Open the terminal app and run below commands in terminal.

cd Downloads
sudo chmod +x ~ kate-21.12.0-558-linux-64-gcc.AppImage
./kate-21.12.0-558-linux-64-gcc.AppImage

That’s all.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply