joe

Joe's own text editor. More information: <https://joe-editor.sourceforge.io>.

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