安裝5.x以上版本 直接透過apt-get 安裝vagrant 會出現下面的問題
vagrant up
Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1, 4.2, 4.3
因為vagrant 再apt版本不是最新的
[~] $ vagrant -v
Vagrant 1.4.3
直接從官方網站下載最新版本(
連結 -> 選擇DEBIAN)
vagrant_1.8.4_x86_64.deb 檔案下載下來之後 點選右鍵 > 以 軟體中心 開啟
再點選『更新』執行完成之後就可以使用了
[~] $ vagrant -v
Vagrant 1.8.4
[~] $ vagrant up
Vagrant is upgrading some internal state for the latest version.
Please do not quit Vagrant at this time. While upgrading, Vagrant
will need to copy all your boxes, so it will use a considerable
amount of disk space. After it is done upgrading, the temporary disk
space will be freed.
Press ctrl-c now to exit if you want to remove some boxes or free
up some disk space.
Press the Enter or Return key to continue.
沒有留言:
張貼留言