Solaris

The educational technology and digital learning wiki
Jump to navigation Jump to search

Solaris pointers

This page includes a a few pointers for the Solaris operating system.

Open source packages for Solaris

Packages do not always install in the same way. It's probably best to work with only one of these friendly providers ...

How to use the packaging system

  1. Gunzip the file
  2. Become root
  3. Type:
 pkgadd -d <filename>

E.g.

 pkgadd libpng-1.2.32-sol10-sparc-local

There can only be one version of a package. This means that you may have to remove old ones:

  • Find it first. pkadd will tell you the name.
The following packages are available:
  1  SMClibpng     libpng
                   (sparc) 1.2.32
  • Else, you can find a package that is installed by typing:
 pkginfo | grep <part_of_the_package_name>
  • Then think hard if you could damage something by removing it. E.g. look at details first:
pkginfo -l SMClibpng
   PKGINST:  SMClibpng
      NAME:  libpng
  CATEGORY:  application
      ARCH:  sparc
   VERSION:  1.2.12
  .....
  • Then remove it
 pkgrm <packagename>

E.g.

 pkgrm  SMClibpng