# Note that this only shows dependencies of ALREADY INSTALLED packages.
# To list libraries that are linked in but have no corresponding package
# registered at /var/log/packages you should run 'make needed'.


make needed | awk '/NEEDED/{print $2}' | xargs -i grep {} /var/log/packages/* | cut -f1 -d: | sort -u | xargs -n1 basename


