edit

An alias to a run-mailcap's action edit. Originally run-mailcap is used to process/edit mime-type/file. More information: <https://www.computerhope.com/unix/uedit.htm>.

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