How to Install and Uninstall php7-pdo Package on openSUSE Leap
Last updated: December 25,2024
1. Install "php7-pdo" package
In this section, we are going to explain the necessary steps to install php7-pdo on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
php7-pdo
Copied
2. Uninstall "php7-pdo" package
Please follow the instructions below to uninstall php7-pdo on openSUSE Leap:
$
sudo zypper remove
php7-pdo
Copied
3. Information about the php7-pdo package on openSUSE Leap
Information for package php7-pdo:
---------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : php7-pdo
Version : 7.4.33-150400.4.31.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 131.5 KiB
Installed : No
Status : not installed
Source package : php7-7.4.33-150400.4.31.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.
---------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : php7-pdo
Version : 7.4.33-150400.4.31.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 131.5 KiB
Installed : No
Status : not installed
Source package : php7-7.4.33-150400.4.31.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.