How to Install PHP 8 on CentOS 8 / RHEL 8
Installation of PHP 8 on Redhat 8 / CentOS 8.
Commands Used –
sudo dnf update
sudo dnf upgrade(optional)
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install -y http://rpms.remirepo.net/enterprise/remi-release-8.rpm
sudo dnf install -y dnf-utils
sudo dnf module list php
sudo dnf module reset php
sudo dnf module install -y php:remi-8.0
php -v
Subscribe our channel for more tech stuff.
Our Facebook Page – https://www.facebook.com/Easytechstudios
centos 8