apache Asked: 2010-05-23 09:22:27 +0800 CST2010-05-23 09:22:27 +0800 CST 2010-05-23 09:22:27 +0800 CST Is it possible to specify a --prefix alike option when using yum to install? 772 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? linux yum 2 Answers Voted Ignacio Vazquez-Abrams 2010-05-23T09:25:46+08:002010-05-23T09:25:46+08:00 No, it is not. James 2010-05-23T15:35:25+08:002010-05-23T15:35:25+08:00 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.
No, it is not.
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.