The ldd tool tells us which shared object libraries are required by a specific application. Is there a tool that does the opposite; that is, tells us what appliacations are dependent upon a specific library?
I use only python3 now, but python2 is still installed, and has most Python modules are in its site-packages/ directory. EOL for python2 is Thursday and I'd like to remove it and clean up all Python modules so they're the Python3 versions and in python3.9/site-packages/. Having both versions installed causes problems here and I want to fix my installations so only Python3 is used. TIA, Rich _______________________________________________ PLUG: https://pdxlinux.org PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
