Trouble Installing Vagrant

I cannot install vagrant on Linux because of this error. I know it's not my internet connection because everything else is working perfectly fine.

[email protected]:\~/i230\_1$ vagrant box add precise32 [http://files.vagrantup.com/precise32.box](http://files.vagrantup.com/precise32.box)

==> box: Box file was not detected as metadata. Adding it directly...

==> box: Adding box 'precise32' (v0) for provider:

box: Downloading: [http://files.vagrantup.com/precise32.box](http://files.vagrantup.com/precise32.box)

An error occurred while downloading the remote file. The error

message, if any, is reproduced below. Please fix this error and try

again.

Failed to connect to [hashicorp-files.hashicorp.com](https://hashicorp-files.hashicorp.com) port 443: Connection timed out

[email protected]:\~/i230\_1$

1 thought on “Trouble Installing Vagrant”

  1. You already have vagrant installed, you have trouble installing a box. Try using

    vagrant box add hashicorp/precise32

    instead, but wait a second. The guide that you are following is probably too old.

    [Here](https://www.vagrantup.com/intro/getting-started/boxes.html) is a current guide. It links to [HashiCorp’s Vagrant Cloud box catalog](https://app.vagrantup.com/boxes/search) which lets you find https://app.vagrantup.com/hashicorp/boxes/precise32. If you click on the “New” tab, you can see the commands that you should use to get this box downloaded and started.

    Reply

Leave a Comment