kate

KDE's advanced text editor. More information: <https://kate-editor.org/>.

Debian Debian
RUN apt-get update && \ apt-get install -y kate
Ubuntu
RUN apt-get update && \ apt-get install -y kate
Arch Arch Linux
RUN pacman -S --noconfirm kate
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y kate
CentOS
RUN yum install -y kate
Fedora
RUN dnf install -y kate
Raspbian
RUN apt-get update && \ apt-get install -y kate
click the source code to copy install kate on any operating system with command-not-found.com