Thank you for the response but I have a problem: when I look in the CD release this is what I see:
# ls -lR SUNWdoc/
SUNWdoc/:
totale 69
drwxr-xr-x2 rootstaff2048 Jun 9 20:51 archive
drwxr-xr-x2 rootstaff2048 Jun 9 20:51 install
-rw-r--r--1 rootstaff597 Jun 9 20:39 pkginfo
-rw-r--r--1 rootstaff27786 Jun 9 20:39 pkgmap
drwxr-xr-x3 rootstaff2048 Jun 9 20:51 reloc
SUNWdoc/archive:
totale 1862
-rw-r--r--1 rootstaff953104 Jan 23 2005 none.bz2
SUNWdoc/install:
totale 13
-rw-r--r--1 rootstaff 93 Jan 22 2005 copyright
-rw-r--r--1 rootstaff1119 Jan 4 2005 depend
-rw-r--r--1 rootstaff2245 Jan 23 2005 i.none
-rw-r--r--1 rootstaff1025 Jan 4 2005 postinstall
-rw-r--r--1 rootstaff331 Jan 4 2005 preremove
SUNWdoc/reloc:
totale 4
drwxr-xr-x5 rootstaff2048 Jun 9 20:51 usr
SUNWdoc/reloc/usr:
totale 12
drwxr-xr-x2 rootstaff2048 Jan 23 2005 bin
drwxr-xr-x5 rootstaff2048 Jun 9 20:51 lib
drwxr-xr-x3 rootstaff2048 Jun 9 20:51 share
SUNWdoc/reloc/usr/bin:
totale 0
SUNWdoc/reloc/usr/lib:
totale 12
drwxr-xr-x4 rootstaff2048 Jun 9 20:51 font
drwxr-xr-x3 rootstaff2048 Jun 9 20:51 refer
drwxr-xr-x2 rootstaff2048 Jan 23 2005 sgml
SUNWdoc/reloc/usr/lib/font:
totale 8
drwxr-xr-x2 rootstaff2048 Jan 23 2005 devaps
drwxr-xr-x3 rootstaff2048 Jun 9 20:51 devpost
SUNWdoc/reloc/usr/lib/font/devaps:
totale 0
SUNWdoc/reloc/usr/lib/font/devpost:
totale 4
drwxr-xr-x2 rootstaff2048 Jan 23 2005 charlib
SUNWdoc/reloc/usr/lib/font/devpost/charlib:
totale 0
SUNWdoc/reloc/usr/lib/refer:
totale 4
drwxr-xr-x2 rootstaff2048 Jan 23 2005 papers
SUNWdoc/reloc/usr/lib/refer/papers:
totale 0
SUNWdoc/reloc/usr/lib/sgml:
totale 0
SUNWdoc/reloc/usr/share:
totale 4
drwxr-xr-x6 rootstaff2048 Jun 9 20:51 lib
SUNWdoc/reloc/usr/share/lib:
totale 16
drwxr-xr-x2 rootstaff2048 Jan 23 2005 nterm
drwxr-xr-x2 rootstaff2048 Jan 23 2005 pub
drwxr-xr-x3 rootstaff2048 Jun 9 20:51 sgml
drwxr-xr-x2 rootstaff2048 Jan 23 2005 tmac
SUNWdoc/reloc/usr/share/lib/nterm:
totale 0
SUNWdoc/reloc/usr/share/lib/pub:
totale 0
SUNWdoc/reloc/usr/share/lib/sgml:
totale 4
drwxr-xr-x3 rootstaff2048 Jun 9 20:51 locale
SUNWdoc/reloc/usr/share/lib/sgml/locale:
totale 4
drwxr-xr-x5 rootstaff2048 Jun 9 20:51 C
SUNWdoc/reloc/usr/share/lib/sgml/locale/C:
totale 12
drwxr-xr-x5 rootstaff2048 Jun 9 20:51 dtds
drwxr-xr-x2 rootstaff2048 Jan 23 2005 entities
drwxr-xr-x2 rootstaff2048 Jan 23 2005 transpec
SUNWdoc/reloc/usr/share/lib/sgml/locale/C/dtds:
totale 12
drwxr-xr-x2 rootstaff2048 Jan 23 2005 docbook
drwxr-xr-x2 rootstaff2048 Jan 23 2005 solbookv1
drwxr-xr-x2 rootstaff2048 Jan 23 2005 solbookv2
SUNWdoc/reloc/usr/share/lib/sgml/locale/C/dtds/docbook:
totale 0
SUNWdoc/reloc/usr/share/lib/sgml/locale/C/dtds/solbookv1:
totale 0
SUNWdoc/reloc/usr/share/lib/sgml/locale/C/dtds/solbookv2:
totale 0
SUNWdoc/reloc/usr/share/lib/sgml/locale/C/entities:
totale 0
SUNWdoc/reloc/usr/share/lib/sgml/locale/C/transpec:
totale 0
SUNWdoc/reloc/usr/share/lib/tmac:
totale 0
I don't see any packages or binary files. I'm sorry but I'm new in Solaris....what am I doing wrong?
Best regards!
> Thank you for the response but I have a problem: when
> I look in the CD release this is what I see:
>
> # ls -lR SUNWdoc/
That directory *is* the package.
From the same directory you ran that command (the parent of SUNWdoc), run this one:
# pkgadd -d . SUNWdoc
(yes there's a period there, and yes it has spaces around it).
--
Darren
I have installed the package but I don't have the man pages of pkgadd.1, pkginfo.1 and so on in my system...I'm sure that I don't have those files and I find very strange it, I have the program but not the man page. Where can I find those man pages?
I'm non interested to have all man pages of all commands available in my system but those yes.
Thanks
They are both in that package on my installation.
# egrep 'pkgadd.1|pkginfo.1' /var/sadm/install/contents
/usr/share/man/man1/pkginfo.1 f none 0644 root root 5066 33461 1103751688 SUNWman
/usr/share/man/man1m/pkgadd.1m f none 0644 root root 17083 54690 1103751970 SUNWman
--
Darren
To install a package that is provided in the form of a directory, you need
to provide a space on *both* sides of the dot/full stop/period.
NOT
pkgadd -d.SUNWzip
BUT
pkgadd -d.SUNWzip
This has the effect of naming the current directory (ie, '.') as
the place to start looking below.