How to Install and Uninstall php-fpm.x86_64 Package on AlmaLinux 8

Last updated: November 02,2024

1. Install "php-fpm.x86_64" package

In this section, we are going to explain the necessary steps to install php-fpm.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install php-fpm.x86_64

2. Uninstall "php-fpm.x86_64" package

Here is a brief guide to show you how to uninstall php-fpm.x86_64 on AlmaLinux 8:

$ sudo dnf remove php-fpm.x86_64 $ sudo dnf autoremove

3. Information about the php-fpm.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:03:24 ago on Mon Sep 5 03:22:42 2022.
Installed Packages
Name : php-fpm
Version : 8.1.10
Release : 1.el8.remi
Architecture : x86_64
Size : 6.2 M
Source : php-8.1.10-1.el8.remi.src.rpm
Repository : @System
From repo : remi-modular
Summary : PHP FastCGI Process Manager
URL : http://www.php.net/
License : PHP and Zend and BSD and MIT and ASL 1.0 and NCSA and Boost
Description : PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
: implementation with some additional features useful for sites of
: any size, especially busier sites.