How to find the package which installed a file

August 25, 2009 · Filed Under General · Comment 

If you have a file and need to know the package that installed the file on the system then the following procedure using “pkgchk” should help.

Read more

How to find list of files installed by a package

August 25, 2009 · Filed Under Package Management · Comment 

“pkginfo” command can be useful in Solaris to give a detailed listing of a package including the details of number of installed files, pathnames, directories and executables as follows:

Read more