How To Install php-process.x86_64 on Amazon Linux 2

In this tutorial we learn how to install php-process.x86_64 in Amazon Linux 2. php-process.x86_64 is Modules for PHP script using system process interfaces

Introduction

In this tutorial we learn how to install php-process.x86_64 on Amazon Linux 2.

What is php-process.x86_64

The php-process package contains dynamic shared objects which add support to PHP using system interfaces for inter-process communication.

We can use yum to install php-process.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install php-process.x86_64.

Install php-process.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-process.x86_64 using yum by running the following command:

sudo yum -y install php-process.x86_64

How To Uninstall php-process.x86_64 on Amazon Linux 2

To uninstall only the php-process.x86_64 package we can use the following command:

sudo yum remove php-process.x86_64

php-process.x86_64 Package Contents on Amazon Linux 2

/etc/php.d/posix.ini
/etc/php.d/sysvmsg.ini
/etc/php.d/sysvsem.ini
/etc/php.d/sysvshm.ini
/usr/lib64/php/modules/posix.so
/usr/lib64/php/modules/sysvmsg.so
/usr/lib64/php/modules/sysvsem.so
/usr/lib64/php/modules/sysvshm.so

References

Summary

In this tutorial we learn how to install php-process.x86_64 on Amazon Linux 2 using yum.