Software Inventory

How can I find out what software is installed on the machine, other than ls? Is there a registry program like in Windows? The os is Sun 2.5.

Thanks

try pkginfo -l |grep (your package) or you can type
cat /var/sadm/install/content| grep (your package) or you can type: cat /var/sadm/pkg|grep (your package) to determine the path. Hope this helps. Mardio