I have installed Vagrant and once I am inside my project folder from the terminal I fire the following commands:
vagrant box add hashicorp/precise32 http://files.vagrantup.com/precise32.box
Output:
[vagrant] Downloading with Vagrant::Downloaders::HTTP...
[vagrant] Downloading box: files.vagrantup.com/precise32.box
[vagrant] Downloading box: hashicorp-files.vagrantup.com/precise32.box
[vagrant] Extracting box...
[vagrant] Verifying box...
[vagrant] Cleaning up downloaded box...
vagrant init hashicorp/precise32
Output: A Vagrantfile has been placed in this directory
vagrant up
I get an error that says:
The box 'hashicorp/precise32' could not be found