rnano

small, friendly text editor inspired by Pico

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