我试过从apt repo和gem安装vagrant但是这是我在尝试运行vagrant plugin install
时得到的输出(显然没有输出中的插件命令):
Usage: vagrant [-v] [-h] command [<args>]
-v, --version Print the version and exit.
-h, --help Print this help.
Available subcommands:
box
destroy
gem
halt
init
package
provision
reload
resume
ssh
ssh-config
status
suspend
up
我已尝试从apt和Rubygems安装vagrant,在这两种情况下我都没有插件命令。我正在运行Ubuntu 12.04 LTS。
答案 0 :(得分:2)
从源代码安装Vagrant。
github repo在这里:https://github.com/mitchellh/vagrant
这些说明应该允许您构建和安装最新版本:https://github.com/mitchellh/vagrant/wiki/Installing-Vagrant-from-source
如果您想要最新的稳定版本,那么一旦您按照上面的链接中所述克隆了回购,您应该使用git checkout v1.2.2
签出1.2.2标记,然后构建它。