Installation

<aside> 💡 This may NOT WORK in Russia

</aside>

wget -O- <https://apt.releases.hashicorp.com/gpg> | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] <https://apt.releases.hashicorp.com> $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install vagrant -y

Mirror

Download binary for ubuntu/debian

wget <http://ded-nakazan.ru/static/vagrant>

Place binary to /usr/bin

sudo mv vagrant /usr/bin

Work with boxes

Where to find boxes to work around?

Download box directly

You can probably download it from official site directly to your computer, then upload via scp/netcat to target device

Download box from mirror

wget <http://ded-nakazan.ru/static/ubuntu-focal-amd64.box>

Usage

Associate local .box file with an standard image:

If you use some standard <name> for your box you may use other people’s configs