To do the reverse: I provide a file path and you can determine in which package(s) it is present.
https://askubuntu.com/questions/481/how-do-i-find-the-packag...
It's very helpful when I stare at a file and thinking, "WTF this file doing there?". These two commands help me immediately: `rpm -qif file` to show description of file package, `rpm -qlf file` to show list of other files in the same package.
Have fun :)
To do the reverse: I provide a file path and you can determine in which package(s) it is present.