vi

This command is an alias of vim.

Debian Debian
RUN apt-get update && \ apt-get install -y vim-minimal-2
Ubuntu
RUN apt-get update && \ apt-get install -y vim-minimal-2
Arch Arch Linux
RUN pacman -S --noconfirm vi
CentOS
RUN yum install -y vim-minimal-2
Fedora
RUN dnf install -y vim-minimal-2
Raspbian
RUN apt-get update && \ apt-get install -y vim-minimal-2
click the source code to copy install vi on any operating system with command-not-found.com