Step-by-step Guide
PHP is a scripting language and interpreter, widely accessible at no cost, predominantly employed on Linux-based web servers. This setup often necessitates adding the EPEL and REMI repositories for enhanced functionality and package availability.
To install YUM utilities, you can use the command dnf -y install yum-utils
. This command leverages DNF, the next-generation package manager for RPM-based Linux distributions, to automatically download and install the yum-utils
package along with its dependencies. The -y
option confirms the installation automatically, streamlining the process and making it more efficient for users looking to enhance their package management capabilities with additional YUM tools.
To enable php 8.3 Remi repository.
Output:
To install any remaining updates.
Install PHP 8.3
Output:
To check PHP Version.
Output:
This concludes our topic of installing PHP 8.3 on Rocky Linux 9 the system.