yum install subversion

Scripts like the above has no control of where software will be installed.

How can I specify the installation path like --prefix when installing from source?

link|improve this question

13% accept rate
feedback

2 Answers

No, it is not​.

link|improve this answer
feedback

What are you trying to do? In general you can't alter where individual packages dump their files.

You can make yum install/update a different root directory by using --installroot, which is useful for working with e.g. chroot environments.

link|improve this answer
Probably trying to mimic the rpm --prefix option. – Ignacio Vazquez-Abrams May 22 '10 at 23:39
@Ignacio Vazquez-Abrams ,that's right. – apache May 23 '10 at 1:36
feedback

Your Answer

 
or
required, but never shown

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