How to Install and Uninstall php7-pdo Package on openSuSE Tumbleweed
Last updated: November 08,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "php7-pdo" package
Please follow the step by step instructions below to install php7-pdo on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
php7-pdo
Copied
2. Uninstall "php7-pdo" package
This guide covers the steps necessary to uninstall php7-pdo on openSuSE Tumbleweed:
$
sudo zypper remove
php7-pdo
Copied
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.
---------------------------------
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.