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

Last updated: May 19,2024

1. Install "php7-pdo" package

Please follow the step by step instructions below to install php7-pdo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install php7-pdo

2. Uninstall "php7-pdo" package

This guide covers the steps necessary to uninstall php7-pdo on openSuSE Tumbleweed:

$ sudo zypper remove php7-pdo

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

Information for package php7-pdo:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : php7-pdo
Version : 7.4.26-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 115,6 KiB
Installed : Yes
Status : up-to-date
Source package : php7-7.4.26-2.1.src
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