4

So. I have a binary in /opt/freeware/bin in an AIX PPC machine whose origin I don't know. It could be an RPM -- most open-source AIX RPMs install in /opt/freeware. But no such luck. It must have been from an installp package (.bff). How can I discover which of the installed packages, if any, contains this file?

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
JCCyC
  • 680
  • 3
  • 13
  • 24

2 Answers2

8

lslpp -w <file> looks right, according to the unix rosetta stone: http://bhami.com/rosetta.html#software

Goladus
  • 906
  • 7
  • 6
2

I believe the command you want is lslpp (with the -w flag).

voretaq7
  • 79,879
  • 17
  • 130
  • 214