LoginSignup
2

More than 5 years have passed since last update.

Mac OS X Yosemite で Vagrant と VirtualBox をアップデートする手順

Posted at

MacOSの場合はdmgから生成されるpkgファイルを使ってアップデートするだけなので非常に簡単です。
このメモのポイントはバージョンの確認方法ですかね。

現行環境

 MacBook Air (13-inch, Early 2014) 1.4GHz Core i5/ Mem 8GB
 Mac OS X Yosemite

バージョン差分

製品 更新前 更新後
VirtualBox 4.4.30 5.0.16
Vagrant 1.7.2 1.8.1

元のバージョン確認

cli
$ VBoxManage -v
4.3.30r101610
$ vagrant -v
Vagrant 1.7.2

アップデート

それぞれの公式サイトからdmgを落としてインストールするだけ

↓Download - Vagrant by HashiCorp
https://www.vagrantup.com/downloads.html
↓Downloads – Oracle VM VirtualB
https://www.virtualbox.org/wiki/Downloads

確認

cli
$ VBoxManage -v
5.0.16r105871
$ vagrant -v
Vagrant 1.8.1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2