How to Install and Uninstall php-pear-DB.noarch Package on Fedora 36

Last updated: June 28,2024

1. Install "php-pear-DB.noarch" package

In this section, we are going to explain the necessary steps to install php-pear-DB.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-pear-DB.noarch

2. Uninstall "php-pear-DB.noarch" package

Here is a brief guide to show you how to uninstall php-pear-DB.noarch on Fedora 36:

$ sudo dnf remove php-pear-DB.noarch $ sudo dnf autoremove

3. Information about the php-pear-DB.noarch package on Fedora 36

Last metadata expiration check: 2:10:42 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-pear-DB
Version : 1.11.0
Release : 2.fc36
Architecture : noarch
Size : 97 k
Source : php-pear-DB-1.11.0-2.fc36.src.rpm
Repository : fedora
Summary : PEAR: Database Abstraction Layer
URL : http://pear.php.net/package/DB
License : PHP
Description : DB is a database abstraction layer providing:
: * an OO-style query API
: * portability features that make programs written for one DBMS work with
: other DBMS's
: * a DSN (data source name) format for specifying database servers
: * prepare/execute (bind) emulation for databases that don't support it natively
: * a result object for each query response
: * portable error codes
: * sequence emulation
: * sequential and non-sequential row fetching as well as bulk fetching
: * formats fetched rows as associative arrays, ordered arrays or objects
: * row limit support
: * transactions support
: * table information interface
: * DocBook and phpDocumentor API documentation
:
: DB layers itself on top of PHP's existing database extensions.