23.7.08

shared library comes with which package

How to know to which package the specified shared library belongs.

Sometimes it's required to know with which package particular shared library came.
There is a way to find this in solaris.

grep <> "/var/sadm/install/contents"


example to know with which package "libc.so" came

#grep libc.so /var/sadm/install/contents