Hi Everyone,
I wish I could say I did this but, I am not that knowledgeable about Linux.
I shamelessly copied it directly from here: www.adamsdesk.com
[https://www.adamsdesk.com/posts/pacman-reverse-package-dependencies/]
The page shows how to make a nice little alias for this long piece of work here:
pacman -Qq | fzf --preview ‘pactree -lur {} | sort’ --layout reverse --bind ‘enter:execute(pactree -lu {} | sort | less)’
once it opens just type in a file name and so far, I’ve been abel to figure out every file. Just after a few minutes of playing around.