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

Last updated: April 28,2024

1. Install "php-pdo.x86_64" package

Learn how to install php-pdo.x86_64 on CentOS 7 / RHEL 7

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

2. Uninstall "php-pdo.x86_64" package

Please follow the guidelines below to uninstall php-pdo.x86_64 on CentOS 7 / RHEL 7:

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

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

Installed Packages
Name : php-pdo
Arch : x86_64
Version : 7.4.19
Release : 1.el7.remi
Size : 395 k
Repo : installed
From repo : remi-php74
Summary : A database access abstraction module for PHP applications
URL : http://www.php.net/
License : PHP
Description : The php-pdo package contains a dynamic shared object that will add
: a database access abstraction layer to PHP. This module provides
: a common interface for accessing MySQL, PostgreSQL or other
: databases.