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

Last updated: July 04,2024

1. Install "php81-pdo" package

Please follow the step by step instructions below to install php81-pdo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install php81-pdo

2. Uninstall "php81-pdo" package

This tutorial shows how to uninstall php81-pdo on openSUSE Leap:

$ sudo zypper remove php81-pdo

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

Information for package php81-pdo:
----------------------------------
Repository : Update repository of openSUSE Backports
Name : php81-pdo
Version : 8.1.24-bp155.5.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 150.6 KiB
Installed : No
Status : not installed
Source package : php81-8.1.24-bp155.5.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