在ubuntu中安装vagrant?

在ubuntu中安装vagrant?,ubuntu,vagrant,Ubuntu,Vagrant,我正在使用ubuntu 14.04 apt-get install vagrant vagrant ssh This Vagrant environment has specified that it requires the Vagrant version to satisfy the following version requirements: >= 1.8 You are running Vagrant 1.4.3, which does not satisify th

我正在使用ubuntu 14.04

apt-get install vagrant
vagrant ssh


This Vagrant environment has specified that it requires the Vagrant
version to satisfy the following version requirements:

  >= 1.8

You are running Vagrant 1.4.3, which does not satisify
these requirements. Please change your Vagrant version or update
the Vagrantfile to allow this Vagrant version. However, be warned
that if the Vagrantfile has specified another version, it probably has
good reason to do so, and changing that may cause the environment to
not function properly.
但是,在网上,我可以找到任何与ubuntu相关的下载


我如何解决这个问题

Ubuntu安装了非常旧的Vagrant版本。您最好从链接的页面下载并安装软件包

它干净地安装在Ubuntu 14.04中,带有:

sudo dpkg -i vagrant_1.*_x86_64.deb
您可以通过以下方式轻松将其移除:

sudo dpkg -r vagrant

事实上,Debian的vagrant软件包从下载页面可以在大多数其他Linux发行版上正常运行(我也在Gentoo上试用过)。

Ubuntu安装了非常旧的vagrant版本。您最好从链接的页面下载并安装软件包

它干净地安装在Ubuntu 14.04中,带有:

sudo dpkg -i vagrant_1.*_x86_64.deb
您可以通过以下方式轻松将其移除:

sudo dpkg -r vagrant

事实上,Debian下载页面上的vagrant软件包在大多数其他Linux发行版上都能很好地工作(我也在Gentoo上试用过)。

刚刚验证了它也适用于Ubuntu 16.04。刚刚验证了它也适用于Ubuntu 16.04。