helper shell use apt instead off archive to install vagrant
https://developer.hashicorp.com/vagrant/install?product_intent=vagrant#Linux
$> wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /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