LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   download php (https://www.linuxquestions.org/questions/fedora-35/download-php-380589/)

namit 11-06-2005 05:32 PM

download php
 
I want to download and install php for apache

How do i do this?

Preferable using yum because so far that has been great

reddazz 11-06-2005 05:51 PM

Code:

#yum --list | grep -i php
That will list all available packages with the term "php", you can then use yum to install the packages you need from the list.

spooon 11-06-2005 07:21 PM

Code:

yum install php


All times are GMT -5. The time now is 11:29 PM.