How to Install and Uninstall php-pdo.x86_64 Package on Fedora 39

Last updated: October 07,2024

1. Install "php-pdo.x86_64" package

This is a short guide on how to install php-pdo.x86_64 on Fedora 39

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

2. Uninstall "php-pdo.x86_64" package

This tutorial shows how to uninstall php-pdo.x86_64 on Fedora 39:

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

3. Information about the php-pdo.x86_64 package on Fedora 39

Last metadata expiration check: 1:17:55 ago on Thu Mar 7 11:44:58 2024.
Installed Packages
Name : php-pdo
Version : 8.3.3
Release : 1.fc39.remi
Architecture : x86_64
Size : 493 k
Source : php-8.3.3-1.fc39.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.