Closed sinosmond closed 8 years ago
I saw the same error when I followed the steps you took to install it. Out of curiosity I tried it with the Vagrant Ubuntu package and it worked fine. It looks like this is related to something in the official vagrant package which was installed by apt
.
vagrant@lm18cinnamon ~ $ curl 'https://releases.hashicorp.com/vagrant/1.8.5/vagrant_1.8.5_x86_64.deb' -O
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 72.7M 100 72.7M 0 0 3677k 0 0:00:20 0:00:20 --:--:-- 4338k
vagrant@lm18cinnamon ~ $ sudo dpkg -i vagrant_1.8.5_x86_64.deb
Selecting previously unselected package vagrant.
(Reading database ... 199756 files and directories currently installed.)
Preparing to unpack vagrant_1.8.5_x86_64.deb ...
Unpacking vagrant (1:1.8.5) ...
Setting up vagrant (1:1.8.5) ...
vagrant@lm18cinnamon ~ $ vagrant -v
Vagrant 1.8.5
vagrant@lm18cinnamon ~ $ vagrant plugin install vagrant-alpine
Installing the 'vagrant-alpine' plugin. This can take a few minutes...
Installed the plugin 'vagrant-alpine (0.2.0)'!
Thank you so much
Why? Can help me? Thanks