gedit

Text editor of the GNOME Desktop project. More information: <https://help.gnome.org/users/gedit/stable/>.

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