Installed Applications - *nix

(imported topic written by cstoneba)

I have the ‘Installed Applications - Windows/Red Hat/SuSE’ ‘analyses’, but are there any similar for Unix (AIX, Solaris,) & Linux (variety of OS’s)?

(imported comment written by cstoneba)

I got this to work, but does anyone know what will happen if an app isn’t installed via a package (instead by a tarball, etc) in *nix?

If (name of operating system as lowercase contains “win”) then ((values “DisplayName” of it) of keys whose (exists value “DisplayName” of it AND exists value “UninstallString” of it) of key “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of native registry) as string else if (name of operating system as lowercase contains “aix”) then (unique values of names of products of object repository) else if (name of operating system as lowercase contains “sun”) then (unique values of params “PKGINST” of pkginfos of pkgdb) else “OS not supported”