Here there, not sure this is a correct place to ask help. If not, can you point me where I can ask.
I load a shared library in my C program on Ubuntu, say libc.so, then I want to programmatically find out
which installed package is for this lib and the version of the package. By using osquery how I can do this?
I think the package was installed by using dpkg tool.
Thanks a lot.