✅ How to install PHP 8 on AlmaLinux.

preview_player
Показать описание
#Solvetic_eng video-tutorial to install PHP 8 on AlmaLinux.
If you cannot install PHP in AlmaLinux, or you need help, Solvetic explains step by step how to install PHP 8 in AlmaLinux from start to finish. We explain the whole process, so that you can use this video as an installation guide, so that you know the way to install PH8 step by step in AlmaLinux from the terminal.

(We explain the whole process, from how to install the repositories, enable the repositories, list the modules, and finally enable the version of PHP you want to install)

🔳 Commands used in the video to install PHP in AlmaLinux:

sudo dnf install epel-release
sudo dnf module list php
sudo dnf module reset php
sudo dnf module enable php:remi-8.1
php -v

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Solvetic is the main YouTube channel for creating video solutions on computer and tech topics problems and different categories such us: Gaming, Windows, Mac, Linux, Android, iPhone, Photoshop, Web browsers, Office, Internet, Programs, Applications, Security, Programming etc.

We explain it to you in the most simple and professional way to learn new things and make solving problems related to computing and technology an easy job.
Рекомендации по теме
Комментарии
Автор

also this command "sudo dnf install php php-cli php-common -y"

geraldodasilva-zt