1 |
|
---|
2 | @VBOX_PRODUCT@ for Solaris (TM) Operating System
|
---|
3 | --------------------------------------------------------
|
---|
4 |
|
---|
5 | Upgrading:
|
---|
6 | ----------
|
---|
7 |
|
---|
8 | If you have an existing VirtualBox installation and you are upgrading to
|
---|
9 | a newer version of VirtualBox, please uninstall the previous version
|
---|
10 | before installing a newer one. Please refer to the "Uninstalling" section
|
---|
11 | at the end of this document for details.
|
---|
12 |
|
---|
13 |
|
---|
14 | Installing:
|
---|
15 | -----------
|
---|
16 |
|
---|
17 | After extracting the contents of the tar.gz file perform the following steps:
|
---|
18 |
|
---|
19 | 1. Login as root using the "su" command.
|
---|
20 |
|
---|
21 | 2. Install the VirtualBox package:
|
---|
22 |
|
---|
23 | pkgadd -d VirtualBox-@VBOX_VERSION_STRING@-SunOS-@BUILD_TARGET_ARCH@-r@VBOX_SVN_REV@.pkg
|
---|
24 |
|
---|
25 | To perform an unattended (non-interactive) installation of this
|
---|
26 | package, add "-n -a autoresponse SUNWvbox" (without quotes)
|
---|
27 | to the end of the above pkgadd command.
|
---|
28 |
|
---|
29 | 3. For each package, the installer will ask you to "Select package(s) you
|
---|
30 | wish to process". In response, type "1".
|
---|
31 |
|
---|
32 | 4. Type "y" when asked about continuing the installation.
|
---|
33 |
|
---|
34 | At this point, all the required files should be installed on your system.
|
---|
35 | You can launch VirtualBox by running 'VirtualBox' from the terminal.
|
---|
36 |
|
---|
37 |
|
---|
38 | Uninstalling:
|
---|
39 | -------------
|
---|
40 |
|
---|
41 | To remove VirtualBox from your system, perform the following steps:
|
---|
42 |
|
---|
43 | 1. Login as root using the "su" command.
|
---|
44 |
|
---|
45 | 2. To remove VirtualBox, run the command:
|
---|
46 | pkgrm SUNWvbox
|
---|
47 |
|
---|
48 | 3. To remove the VirtualBox kernel interface module, run the command:
|
---|
49 | pkgrm SUNWvboxkern
|
---|
50 | * Only required if you're uninstalling VirtualBox versions 3.0.x or lower.
|
---|
51 |
|
---|