LoginSignup
1
1

More than 5 years have passed since last update.

MacでVirtual Box をインストールできなかった時の対処

Posted at

VirtualBox4.3 -> 5.0
にあげようと思って最新版をダウンロードしたら、パッケージを展開してインストーラーを起動した際に、インストールできませんというポップアップがでた。

原因

VirtualBoxは終了していたにも関わらず、プロセスは残っていたため。

$ps -A | grep VirtualBox

でVirtualBoxに関連するプロセスを検索して

$ kill -9 [PID]

で片っ端からプロセスを削除。
全てのプロセスを削除したら無事インストールできた。

1
1
0

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
1
1