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

Last updated: May 05,2024

1. Install "php-devel.x86_64" package

This is a short guide on how to install php-devel.x86_64 on CentOS 7 / RHEL 7

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

2. Uninstall "php-devel.x86_64" package

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

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

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

Installed Packages
Name : php-devel
Arch : x86_64
Version : 7.4.19
Release : 1.el7.remi
Size : 11 M
Repo : installed
From repo : remi-php74
Summary : Files needed for building PHP extensions
URL : http://www.php.net/
License : PHP and Zend and BSD and MIT and ASL 1.0 and NCSA
Description : The php-devel package contains the files needed for building PHP
: extensions. If you need to compile your own PHP extensions, you
: will need to install this package.