Search code examples
perlhp-ux

swlist command to get software installed on different system


When you run swlist with no arguments on an HPUX system you get the packages that are installed on that particular host. I want that same output but instead listing packages that are installed on a different system.

Is this possible?


Solution

  • find $(perl -e 'print"@INC"') -name \*.pm
    

    will get you most of the way there.