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?
Asked
Active
Viewed 1.8k times
2 Answers
8
lslpp -w <file>
looks right, according to the unix rosetta stone: http://bhami.com/rosetta.html#software

Goladus
- 906
- 7
- 6