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

Last updated: September 21,2024

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

Please follow the instructions below to install php-pear-DB.noarch on Fedora 35

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

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

This is a short guide on how to uninstall php-pear-DB.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:17:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-pear-DB
Version : 1.11.0
Release : 1.fc35
Architecture : noarch
Size : 97 k
Source : php-pear-DB-1.11.0-1.fc35.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.