Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 980 Bytes

File metadata and controls

25 lines (16 loc) · 980 Bytes

VirtualBox SDK

VirtualBox 6.0.x support

By the looks of it, VirtualBox 6.0.x is no longer supported as per official website:

VirtualBox-6.0.x-is-no-longer-supported

VirtualBox SDK installation

  1. Go to VirtualBox’s download page and download VirtualBox X.Y.Z Software Developer Kit (SDK):

VirtualBox-SDK

  1. Extract the contents of an archive
  2. Open a terminal (CMD, bash, etc.)
  3. Within terminal, navigate where vboxapisetup.py is located. It should be located in sdk/installer cmd-path
  4. From within the installer folder run the following command:
python vboxapisetup.py install 

NOTE Sometimes, vboxapisetup.py fails to install first time - it creates caches and fails to read them. In such a case, try running the command above once more and it may fix the issue.