How to Install and Uninstall php-fpm.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 06,2024

1. Install "php-fpm.x86_64" package

Here is a brief guide to show you how to install php-fpm.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install php-fpm.x86_64

2. Uninstall "php-fpm.x86_64" package

Learn how to uninstall php-fpm.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the php-fpm.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : php-fpm
Arch : x86_64
Version : 7.4.19
Release : 1.el7.remi
Size : 6.2 M
Repo : installed
From repo : remi-php74
Summary : PHP FastCGI Process Manager
URL : http://www.php.net/
License : PHP and Zend and BSD and MIT and ASL 1.0 and NCSA
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.