emacsclient

Open files in an existing Emacs server. See also emacs. More information: <https://www.emacswiki.org/emacs/EmacsClient>.

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