How to Install and Uninstall php-pdo.x86_64 Package on Rocky Linux 9

Last updated: May 02,2024

1. Install "php-pdo.x86_64" package

Please follow the guidance below to install php-pdo.x86_64 on Rocky Linux 9

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

2. Uninstall "php-pdo.x86_64" package

Please follow the instructions below to uninstall php-pdo.x86_64 on Rocky Linux 9:

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

3. Information about the php-pdo.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:30:51 ago on Fri Feb 16 06:49:52 2024.
Installed Packages
Name : php-pdo
Version : 8.3.3
Release : 1.el9.remi
Architecture : x86_64
Size : 498 k
Source : php-8.3.3-1.el9.remi.src.rpm
Repository : @System
From repo : remi-modular
Summary : A database access abstraction module for PHP applications
URL : http://www.php.net/
License : PHP-3.01
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.