vagrant

Manage lightweight, reproducible, and portable development environments. More information: <https://www.vagrantup.com>.

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