vote up 0 vote down star

As an example, I am looking for a mod_files.sh file which presumably would come with the php-devel package. I guessed that yum would install the mod_files.sh file with the php-devel x86_64 5.1.6-23.2.el5_3 package , but the file appears to not to be installed on my filesystem. How do I find out which package installs the specific file I'm looking for where I have not necessarily already locally downloaded the package which may include the file that I'm looking for?

I'm using CentOS 5.

flag

0% accept rate

3 Answers

vote up 0 vote down

If something big is missing I'll Google it to find the rpm. Otherwise, for a shell script or something similar, I'll just install the file manually.

link|flag
vote up 0 vote down

rpm -qf myfilename

link|flag
vote up 0 vote down

You go to http://www.rpmfind.net and search for the file.

You'll get results for a lot of different distros and versions, but quite likely Fedora and/or CentOS will pop up too and you'll know the package name to install with yum

link|flag

Your Answer

Get an OpenID
or

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