Si tienes el DVD de instalacion de Solaris 10 Sparc , y deseas instalar un paquete, normalmente vas a encontrar que los paquetes se encuentran en forma de directorio y no en el formato que uno normalmente encuentra en Internet que es el package-sparc-local.gz
Veamos por ejemplo
NUEVOBETA: ls -ltr total 4054 drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWxwplr drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWxscreensaver-hacks-gl drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWwgetu drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWvts drwxr-xr-x 4 root root 2048 Jan 17 2013 SUNWudaplr drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWtltkd drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWthunderbirdl10n-zh-CN drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWtgnome-xagent drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWsvlu drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWsvdst drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWsshu drwxr-xr-x 4 root staff 2048 Jan 17 2013 SUNWsmbar drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWsadmi drwxr-xr-x 5 root staff 2048 Jan 17 2013 SUNWptmoz
Si deseamos instalar un paquete de nombreSUNWeu8os, procedemos de la siguiente forma
NUEVOBETA: pkgadd -d /mnt/Solaris_10/Product SUNWeu8os
Usamos el comando pkgadd con la opcion -d y a continucacion indicamos la ruta absoluta donde se encuentra el directorio que deseamos instalar. En mi caso la ruta es /mnt/Solaris_10/Product,
luego de ello informamos al sistema el nombre del directorio que vamos a instalar.
Con esto en mente, ilustro el proceso completo de instalacion de dicho paquete
NUEVOBETA: pkgadd -d /mnt/Solaris_10/Product SUNWeu8os
Processing package instance SUNWeu8os from </mnt/Solaris_10/Product>
American English/UTF-8 L10N For OS Environment User Files(sparc) 1.5,REV=2004.11.24.10.12
Copyright 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Using </usr> as the package base directory.
## Processing package information.
## Processing system information.
4 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.
This package contains scripts which will be executed with super-user
permission during the process of installing this package.
Do you want to continue with the installation of SUNWeu8os [y,n,?] y
Installing American English/UTF-8 L10N For OS Environment User Files as SUNWeu8os
## Installing part 1 of 1.
8769 blocks
Installation of SUNWeu8os was successful.
Y listo, eso es todo. Hemos instalado el paquete deseado.
Sin respuestas