vim.basic

Vi IMproved - enhanced vi editor

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