3

When I install executable I know I can easily run which sometool and find it (for most cases) but how about when I install something like apr or apr-util where does it install it to? I need to pass that path to a ./configure command and can't seem to locate it on my machine.

Thanks

Reza Sanaie
  • 469
  • 1
  • 5
  • 13

1 Answers1

12

Yum will follow the directions given in the RPM that it is installing. If you want to find out where something got installed, use, for example, 'rpm -ql apr' to see where those files got installed.

toppledwagon
  • 4,245
  • 25
  • 15