I've installed ffmpeg using yum under Redhat, and I'm having difficulty figuring out where (what path) it installed the package to. Is there an easy way of determining this without resorting to finding it myself manually?
|
feedback
|
closed as off topic by cHao, Will♦ Oct 27 '11 at 13:40
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
yum uses RPM, so rpm -ql package-name will list the contents of the installed package | |||
|
feedback
|
|
I don't know about yum, but rpm -ql will list the files in a particular .rpm file. If you can find the package file on your system you should be good to go. | |||
|
feedback
|
|
Not in Linux at the moment, so can't double check, but I think it's:
That should list all the files installed as part of the ffmpeg package. | |||
|
feedback
|