[87097] | 1 |
|
---|
| 2 | @VBOX_PRODUCT@ for Oracle Solaris 11 (TM) Operating System
|
---|
| 3 | ----------------------------------------------------------------
|
---|
| 4 |
|
---|
| 5 | Installing:
|
---|
| 6 | -----------
|
---|
| 7 |
|
---|
| 8 | After extracting the contents of the tar.xz file install the VirtualBox
|
---|
| 9 | package with the following command:
|
---|
| 10 |
|
---|
| 11 | $ sudo pkg install -g VirtualBox-@VBOX_VERSION_STRING@-SunOS-@KBUILD_TARGET_ARCH@-r@VBOX_SVN_REV@.p5p virtualbox
|
---|
| 12 |
|
---|
| 13 | Of course you can add options for performing the install in a different boot
|
---|
| 14 | environment or in a separate Solaris install.
|
---|
| 15 |
|
---|
| 16 | Normally you need to reboot the system to load the drivers which have been
|
---|
| 17 | added by the VirtualBox package.
|
---|
| 18 |
|
---|
| 19 | If you want to have VirtualBox immediately usable on your system you can run
|
---|
| 20 | the script /opt/VirtualBox/ipsinstall.sh which sets up everything immediately.
|
---|
| 21 |
|
---|
| 22 | At this point, all the required files should be installed on your system.
|
---|
| 23 | You can launch VirtualBox by running 'VirtualBox' from the terminal.
|
---|
| 24 |
|
---|
| 25 |
|
---|
| 26 | Upgrading:
|
---|
| 27 | ----------
|
---|
| 28 |
|
---|
| 29 | If you want to upgrade from an older to a newer version of the VirtualBox IPS
|
---|
| 30 | package you can use the following command after extracting the contents of the
|
---|
| 31 | tar.xz file:
|
---|
| 32 |
|
---|
| 33 | $ sudo pkg update -g VirtualBox-@VBOX_VERSION_STRING@-SunOS-@KBUILD_TARGET_ARCH@-r@VBOX_SVN_REV@.p5p virtualbox
|
---|
| 34 |
|
---|
| 35 | If you want to upgrade from the SysV package of VirtualBox to the IPS one,
|
---|
| 36 | please uninstall the previous package before installing the IPS one. Please
|
---|
| 37 | refer to the "Uninstalling" and "Installing" sections of this document for
|
---|
| 38 | details.
|
---|
| 39 |
|
---|
| 40 | It is your responsibility to ensure that no VirtualBox VMs or other related
|
---|
| 41 | activities are running. One possible way is using the command pgrep VBoxSVC. If
|
---|
| 42 | this shows no output then it is safe to upgrade VirtualBox.
|
---|
| 43 |
|
---|
| 44 |
|
---|
| 45 | Uninstalling:
|
---|
| 46 | -------------
|
---|
| 47 |
|
---|
| 48 | To remove VirtualBox from your system, run the following command:
|
---|
| 49 |
|
---|
| 50 | $ sudo pkg uninstall virtualbox
|
---|
| 51 |
|
---|
| 52 | It is your responsibility to ensure that no VirtualBox VMs or other related
|
---|
| 53 | activities are running. One possible way is using the command pgrep VBoxSVC. If
|
---|
| 54 | this shows no output then it is safe to uninstall VirtualBox.
|
---|
| 55 |
|
---|