How to Install and Uninstall php-pear-DB.noarch Package on Fedora 39
Last updated: November 28,2024
1. Install "php-pear-DB.noarch" package
This tutorial shows how to install php-pear-DB.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
php-pear-DB.noarch
Copied
2. Uninstall "php-pear-DB.noarch" package
Please follow the step by step instructions below to uninstall php-pear-DB.noarch on Fedora 39:
$
sudo dnf remove
php-pear-DB.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the php-pear-DB.noarch package on Fedora 39
Last metadata expiration check: 4:39:30 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : php-pear-DB
Version : 1.12.1
Release : 1.fc39.remi
Architecture : noarch
Size : 100 k
Source : php-pear-DB-1.12.1-1.fc39.remi.src.rpm
Repository : remi
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.
Available Packages
Name : php-pear-DB
Version : 1.12.1
Release : 1.fc39.remi
Architecture : noarch
Size : 100 k
Source : php-pear-DB-1.12.1-1.fc39.remi.src.rpm
Repository : remi
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.