Installing
-
How to Install Remi’s Rpm Repos on Red-Hat Linux Based
-
Installing Apache & PHP 7.3.
sudo dnf --enablerepo=remi --enablerepo=remi-php73 install httpd php php-common
-
Installing MySQL & PHP Modules.
sudo dnf --enablerepo=remi --enablerepo=remi-php73 install mysql php-pear php-mysqlnd php-gd php-mbstring php-mcrypt php-xml
Contents