If you don't run apt-get update first, you may try to install stale package versions which are no longer available on the public repositories. This was causing the provisioning to fail with "404 Not Found" on several packages when I tried to run vagrant up.
If you don't run
apt-get update
first, you may try to install stale package versions which are no longer available on the public repositories. This was causing the provisioning to fail with "404 Not Found" on several packages when I tried to runvagrant up
.