Operating System - HP-UX
1824996 Members
2245 Online
109678 Solutions
New Discussion юеВ

Listing Software Installed

 
Kong Kian Chay
Regular Advisor

Listing Software Installed

What command can I issue to list the software installed on a HP-UX 10.20 system that were NOT installed via swinstall (w/o doing a visual search thru all the Directories)?
e.g. Abaqus was installed via vendor's CD-ROM directly but cannot be listed via "swlist" & installed Apache also not captured in "swlist".
8 REPLIES 8
Printaporn_1
Esteemed Contributor

Re: Listing Software Installed

Hi,

I think this case the program installed by vendor specific methode that is not swinstall there will have no standard command to list that kind of program.
enjoy any little thing in my life
Paula J Frazer-Campbell
Honored Contributor

Re: Listing Software Installed

Hi
There is no command which will list this type of software.

One way to track software is on a new build machine is to do at root a ll -R >filelist. This file then becomes your build reference file and can be used for security as well as tracking software instals and where the files have been put.


Paula
If you can spell SysAdmin then you is one - anon
Kong Kian Chay
Regular Advisor

Re: Listing Software Installed

Thank you for the prompt response. But how about the REGISTRY ? How can we browse the REGISTRY for installed software ?

NOTE : In Win-98, we have command "regedit".
Printaporn_1
Esteemed Contributor

Re: Listing Software Installed

Hi,

We have no registry concept in UNIX
enjoy any little thing in my life
CHRIS_ANORUO
Honored Contributor

Re: Listing Software Installed

Use swlist -l fileset . Also chck /opt and /var/opt for the files. There is no registry only kernel (do "whatis /stand/vmunix > /tmp/anyname) Then vi the file
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Tracey
Trusted Contributor

Re: Listing Software Installed

Depending on how it was installed you may find it in the directory /usr/adm/sw/products. I can my non-hp software in there as well as the HP software.
Vincenzo Restuccia
Honored Contributor

Re: Listing Software Installed

Swlist -l product or search in /usr/local.
Kong Kian Chay
Regular Advisor

Re: Listing Software Installed

Thanks to all of you who responded. I understand that there is NO ANSWER to the question & therefore would like to CLOSE this Query. Kindly pse do not post anymore replies.