Have you ever tried to find where a specific file came from? If it was installed from an RPM, there is an easy way. Just use the following command.
rpm -q --whatprovides /path/to/file
Have you ever tried to find where a specific file came from? If it was installed from an RPM, there is an easy way. Just use the following command.
rpm -q --whatprovides /path/to/file
August 28th, 2009 at 1:49 pm
the correct command is
rpm -q –whatprovides /path/to/file
(2 hypens before whatprovides)
August 28th, 2009 at 1:49 pm
ah, the html is stripping the second hypen. lets try
rpm -q -\-whatprovides /path/to/file
August 28th, 2009 at 1:58 pm
Looks like Wordpress was formatting it strange. I’ve fixed it so it appears correct.
thanks