How to Install and Uninstall php8-pdo Package on openSUSE Leap

Last updated: September 28,2024

1. Install "php8-pdo" package

Please follow the guidelines below to install php8-pdo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install php8-pdo

2. Uninstall "php8-pdo" package

This guide let you learn how to uninstall php8-pdo on openSUSE Leap:

$ sudo zypper remove php8-pdo

3. Information about the php8-pdo package on openSUSE Leap

Information for package php8-pdo:
---------------------------------
Repository : home:mmanu84:php8:php83 (openSUSE_Leap_15.5)
Name : php8-pdo
Version : 8.3.3-lp155.6.1
Arch : x86_64
Vendor : obs://build.opensuse.org/home:mmanu84
Installed Size : 158.6 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : php8-8.3.3-lp155.6.1.src
Upstream URL : https://secure.php.net
Summary : PHP Data Objects extension for PHP
Description :
The PHP Data Objects (PDO) extension defines an interface for
accessing databases in PHP. Each database driver that implements the
PDO interface can expose database-specific features as regular
extension functions. Note that you use a database-specific PDO driver
to access a database server.
PDO provides a data-access abstraction layer, which means that,
regardless of the database used, you use the same functions to issue
queries and fetch data. PDO does not provide a database abstraction;
it does not rewrite SQL or emulate missing features.

5. The same packages on other Linux Distributions