update page now

Downloads & Installation Instructions

I want to use PHP for .
I work with , and use

Did you find a mistake? Didn't find what you were looking for? Please submit an issue.

Instructions

On the command line, run the following commands:


# Add the Remi's RPM repository.
sudo subscription-manager repos --enable codeready-builder-for-rhel-$(rpm -E %rhel)-$(arch)-rpms
sudo dnf install -y dnf-plugins-core
sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm
sudo dnf install -y https://rpms.remirepo.net/enterprise/remi-release-$(rpm -E %rhel).rpm
sudo dnf module reset php -y
sudo dnf module enable php:remi-8.5 -y

# Install PHP (single/default version).
sudo dnf install -y php
To Top