How to Install and Uninstall php-db Package on Ubuntu 21.10 (Impish Indri)

Last updated: October 06,2024

1. Install "php-db" package

This guide covers the steps necessary to install php-db on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install php-db

2. Uninstall "php-db" package

Please follow the guidelines below to uninstall php-db on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove php-db $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-db package on Ubuntu 21.10 (Impish Indri)

Package: php-db
Architecture: all
Version: 1.10.0-1build2
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP PEAR Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 564
Depends: php-common, php-pear (>= 1.10.0)
Filename: pool/universe/p/php-db/php-db_1.10.0-1build2_all.deb
Size: 71200
MD5sum: 15e7710219ba0e876b849082a03efafc
SHA1: 93838be1c20bc0f660e86bab6475e94e56c1432c
SHA256: 81e3c16e8bb083b2d9136fa4b93726ffb6ba23c82809f4a473355712cfcf0983
SHA512: e31a2b79259066fcb0d1a599de7e65b7fe1eb1f4be758611c6d82178830b377794a0d9540acbe4a83e007a9edb56716c87b5b4885cb0b4f1b541edc9eef3a523
Homepage: https://pear.php.net/package/DB
Description-en: Database Abstraction Layer
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.
.
Drivers for the following extensions pass
the complete test suite and provide
interchangeability when all of DB's
portability options are enabled:
.
fbsql, ibase, informix, msql, mssql,
mysql, mysqli, oci8, odbc, pgsql,
sqlite and sybase.
.
There is also a driver for the dbase
extension, but it can't be used
interchangeably because dbase doesn't
support many standard DBMS features.
.
DB is compatible with PHP 5 and PHP 7.
Description-md5: 760c4089d6ab5cabfc173e223442a016