We're a place where coders share, stay up-to-date and grow their careers.
Try sudo dnf -y install dnf-utils and sudo dnf module install php:remi-7.4
sudo dnf -y install dnf-utils
sudo dnf module install php:remi-7.4
I use yum, not dnf.
I already ran this: sudo yum -y install yum-utils
Package yum-utils-1.1.31-52.el7.noarch already installed and latest version Nothing to do
Also I just remembered that my server is running on php-cgi, not php-fpm
I have no experience with CGI.
Try
sudo dnf -y install dnf-utils
andsudo dnf module install php:remi-7.4
I use yum, not dnf.
I already ran this:
sudo yum -y install yum-utils
Package yum-utils-1.1.31-52.el7.noarch already installed and latest version
Nothing to do
Also I just remembered that my server is running on php-cgi, not php-fpm
I have no experience with CGI.