How do I find which package installed another package?

might be best explained using an example.

bash (/usr/local/bin/bash) got installed on my system. I know /usr/local/bin/bash was installed by the bash package. What I want to really know is what installed the bash package?

Thank you.
 
Back
Top