Want package provides gnome-sound-recorder in Fedora?

link|improve this question

61% accept rate
feedback

1 Answer

up vote 4 down vote accepted

Pass -f when querying the rpmdb to specify a file to look for.

rpm -qf /path/to/executable
rpm -qf $(which executable)

If the file is not installed then ask yum.

yum whatprovides '*bin/executable'
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.