VirtualBox

source: vbox/trunk/doc/ReadMe-Solaris.txt@ 18499

Last change on this file since 18499 was 18265, checked in by vboxsync, 15 years ago

config file cleanup + small copyright year update

  • Property svn:eol-style set to native
File size: 2.3 KB
Line 
1
2Sun VirtualBox for OpenSolaris (TM) Operating System
3----------------------------------------------------
4
5Upgrading:
6----------
7
8If you have an existing VirtualBox installation and you are upgrading to a newer version of
9VirtualBox, please uninstall the previous version completely before installing a newer one.
10
11You should uninstall BOTH the VirtualBox base package as well as the VirtualBox kernel
12interface package before installing the new ones.
13
14Please refer to the "Uninstallation" section at the end of this document for the details.
15
16 +--------+
17 | NOTE |
18 +--------+
19 VirtualBox 2.2 includes experimental USB support and requires OpenSolaris build 109 or
20 higher. VirtualBox USB support on Solaris 10 is not supported due to limitations in the kernel.
21
22 "USB Filters" is not currently supported on any Solaris host due to restrictions in the
23 kernel/USB sub-system. USB devices are granted to the guest using "Devices->USB Devices" menu.
24
25
26Installing:
27-----------
28
29After extracting the contents of the tar.gz file perform the following steps:
30
311. Login as root using the "su" command.
32
332. Install the packages (in this order):
34
35 (*) First, the VirtualBox kernel interface package:
36
37 pkgadd -G -d VirtualBoxKern-@VBOX_VERSION_STRING@-SunOS-r@VBOX_SVN_REV@.pkg
38
39 To perform an unattended (non-interactive) installation of this package add
40 "-n -a autoresponse SUNWvboxkern" (without quotes) to the end of the above pkgadd command.
41
42 (*) Next, the main VirtualBox package:
43
44 pkgadd -d VirtualBox-@VBOX_VERSION_STRING@-SunOS-r@VBOX_SVN_REV@.pkg
45
46 To perform an unattended (non-interactive) installation of this package add
47 "-n -a autoresponse SUNWvbox" (without quotes) to the end of the above pkgadd command.
48
493. For each package the installer would ask you to "Select package(s) you wish to process"
50 For this type "1" or "all".
51
524. Then type "y" when asked about continuing with the installation.
53
54Now all the necessary files would be installed on your system. Start VirtualBox by typing
55VirtualBox from the terminal.
56
57
58Uninstalling:
59-------------
60
61To remove VirtualBox from your system perform the following steps:
62
631. Login as root using the "su" command.
64
652. Run the command:
66 pkgrm SUNWvbox
67
68To remove the VirtualBox kernel interface module run the command:
69 pkgrm SUNWvboxkern
70
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use