Where to find a package for installation?

Hello everyone,

I have a question about SunSO 10 package. Are they come with the CD/DVD installation? And how you guy identify the package name?

Thanks,

Marin

[183 byte] By [nara999999a] at [2007-11-27 11:15:04]
# 1

If you order a CD set/DVD then you get all Solaris packages.

Or you can download S10.

The package name mostly depends on the goals they have, eg for an NFS environment

# pkginfo |grep nfs

systemSUNWnfsckrNetwork File System (NFS) client kernel support (Root)

systemSUNWnfscrNetwork File System (NFS) client support (Root)

systemSUNWnfscuNetwork File System (NFS) client support (Usr)

systemSUNWnfsskrNetwork File System (NFS) server kernel support (Root)

systemSUNWnfssrNetwork File System (NFS) server support (Root)

systemSUNWnfssuNetwork File System (NFS) server support (Usr)

-- Nick

der_nikia at 2007-7-29 14:10:49 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

To get the package name of a particular file you can always use /var/sadm/install/contents, for example:

grep "/bin/ls" /var/sadm/install/contents

should display a line which contains a lot of information, among which you will see which package it came with..

.7/M.

mAbrantea at 2007-7-29 14:10:49 > top of Java-index,Solaris Operating System,Solaris 10 Features...