How to Install and Uninstall php8-pdo Package on openSuSE Tumbleweed

Last updated: June 23,2024

1. Install "php8-pdo" package

Please follow the instructions below to install php8-pdo on openSuSE Tumbleweed

$ 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 Tumbleweed:

$ sudo zypper remove php8-pdo

3. Information about the php8-pdo package on openSuSE Tumbleweed

Information for package php8-pdo:
---------------------------------
Repository : Илья Индиго (openSUSE_Tumbleweed)
Name : php8-pdo
Version : 8.3.3-3.1
Arch : x86_64
Vendor : obs://build.opensuse.org/home:13ilya
Installed Size : 135.6 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : php8-8.3.3-3.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