How to find which package provides a specific .so file or library in Freebsd 11.3?
I want to find the package of few .so files, which are part of a .tgz file build on FreeBSD11.3 using pyinstaller.
for instance, libkvm.so.7 is one .so file found in my .tgz file. i want to understand the which package it belongs to. I guess, there should be some command for the same
Thanks in advance
I want to find the package of few .so files, which are part of a .tgz file build on FreeBSD11.3 using pyinstaller.
for instance, libkvm.so.7 is one .so file found in my .tgz file. i want to understand the which package it belongs to. I guess, there should be some command for the same
Thanks in advance