This is an unofficial Debian repository for Vagrant, hosted by Wolfgang Faust. You can see the code on GitHub. For questions/comments/complaints/praise/etc, open an issue there or email me at wolfgangmcq+vagrant-deb@gmail.com.
This service provides the Apt index only; the actual Debian packages will be downloaded from the
HashiCorp releases server.
Releases are checked against the
HashiCorp security key,
and then resigned with my own automatic signing key.
(This is necessary because I need to sign the Apt index I generate.)
If you need it, here is the PGP public key I use to sign the repository:
vagrant-deb.asc
The current Vagrant version is 2.2.6; the last check was 2019-12-08.
sudo bash -c 'echo deb https://vagrant-deb.linestarve.com/ any main > /etc/apt/sources.list.d/wolfgang42-vagrant.list' sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key AD319E0F7CFFA38B4D9F6E55CE3F3DE92099F7A4 D2BABDFD63EA9ECAB4E09C7228A873EA3C7C705F sudo apt-get updateNow install as usual:
sudo apt-get install vagrant