LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   A question about Yum installs (https://www.linuxquestions.org/questions/linux-software-2/a-question-about-yum-installs-692928/)

nyheat 12-25-2008 11:27 AM

A question about Yum installs
 
Is it possible to specify extensions or options for a yum install?

For instance, I would like to install PHP with several specific extensions, is it possible for me to do it through yum?

knudfl 12-25-2008 02:31 PM

CentOS 5.2 :
# 'yum search php' will display 64 "php-" packages
which of course can be chain installed with
# 'yum install <package1> <package2> <package3> .. '
( Or use the package manager )

If your question is a php compiled with special
options, you can use 'rpmbuild' to make package(s)
from the php src.rpm .
Add your options to the configure line in the spec
file.
....


All times are GMT -5. The time now is 12:50 PM.