JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Getting Started With Oracle Solaris 11 Express     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

1.  Exploring Oracle Solaris 11 Express

2.  Preparing to Install Oracle Solaris 11 Express

3.  Installing Oracle Solaris 11 Express

4.  Verifying and Finalizing Your Installed System

5.  Understanding Users and Roles

6.  Managing System Services

7.  Setting Up Your Application Development Environment

8.  Keeping Your System Up-To-Date

A.  Managing the GRUB Menu in the Oracle Solaris Release

B.  Troubleshooting the Oracle Solaris 11 Express Release

Tips on Troubleshooting an Oracle Solaris Startup

What to Do If Your System Boots in Console Mode

How to Add Additional Software Packages After an Installation With the Oracle Solaris Text Installer

How to Install Oracle Solaris From the Live CD If Your System Boots in Console Mode

How to Monitor the Live CD Startup Process

Troubleshooting Login and User Account Issues

How to Troubleshoot Your Login

Index

How to Add Additional Software Packages After an Installation With the Oracle Solaris Text Installer

If you use the text installer, your installed system does not include all of the software packages that are included in a live CD installation. In particular, the installed system does not include the GNOME desktop. If you want your system to contain all of the software packages that are included in a live CD installation, including the GNOME desktop, use the following procedure to add the necessary additional packages to your installed system.


Note - To perform the following procedure, your system must have network access, so that you can download software packages from an IPS networked repository.


  1. Assume the root role or become the root user.
    $ su -
    password:
    #
  2. Create a new boot environment (BE) to install the additional packages.
    # beadm create be-name

    Note - By creating a new BE and installing the additional packages there, you retain your originally installed system and can revert back to it, if necessary.


  3. Mount the newly created BE on the temporary mount point, /tmp/a.
    # beadm mount be-name /tmp/a
  4. Add the slim_install software package to the new BE.
    # pkg -R /tmp/a install slim_install

    The slim_install package is a large group of packages that includes specific packages for the GNOME desktop.

  5. Remove the software package.
    # pkg -R /tmp/a uninstall slim_install

    Note - The slim_install package is a group package. Removing the slim_install group container enables you to individually manage all of the packages that were installed as part of that group.


  6. Update the boot archive on the new BE.
    # bootadm boot-archive -R /tmp/a
  7. Unmount the newly created BE.
    # beadm unmount be-name
  8. Activate the new BE.
    # beadm activate be-name
  9. Reboot the system.
    # reboot