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

Last updated: May 19,2024

1. Install "php-mdb2" package

This tutorial shows how to install php-mdb2 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install php-mdb2

2. Uninstall "php-mdb2" package

This guide let you learn how to uninstall php-mdb2 on Ubuntu 21.10 (Impish Indri):

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

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

Package: php-mdb2
Architecture: all
Version: 2.5.0b5-2
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: 516
Depends: php-common, php-pear (>= 1.3.6)
Suggests: php-mdb2-driver-fbsql (>= 0.3.0), php-mdb2-driver-ibase (>= 1.5.0~b4), php-mdb2-driver-mssql (>= 1.5.0~b4), php-mdb2-driver-mysql (>= 1.5.0~b4), php-mdb2-driver-mysqli (>= 1.5.0~b4), php-mdb2-driver-oci8 (>= 1.5.0~b4), php-mdb2-driver-odbc (>= 0.2.0), php-mdb2-driver-pgsql (>= 1.5.0~b4), php-mdb2-driver-querysim (>= 0.7.0), php-mdb2-driver-sqlite (>= 1.5.0~b4), php-mdb2-driver-sqlsrv (>= 1.5.0~b5)
Filename: pool/universe/p/php-mdb2/php-mdb2_2.5.0b5-2_all.deb
Size: 97014
MD5sum: 507639ddd39a7c81e44b9664b4e937d3
SHA1: 488c28e0d3f2e88b6e3884c299912d20c57bde91
SHA256: 4e397d5bbbdbf0325dde5795e14263e581616488d374bd2b2a7fb42852293e73
SHA512: d837a281c89108db36c8bc5cb3efca94102367cbf9ebceb0146c3ae88c0727c4673c4120fe6b0eb10183f018dce84696f96a085e9144c6b2e66ae28dd907752e
Homepage: http://pear.php.net/package/MDB2/
Description-en: database abstraction layer
PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction
layers.
.
It provides a common API for all supported RDBMS. The main difference to most
other DB abstraction packages is that MDB2 goes much further to ensure
portability. MDB2 provides most of its many features optionally that
can be used to construct portable SQL statements:
* Object-Oriented API
* A DSN (data source name) or array format for specifying database servers
* Datatype abstraction and on demand datatype conversion
* Various optional fetch modes to fix portability issues
* Portable error codes
* Sequential and non sequential row fetching as well as bulk fetching
* Ability to make buffered and unbuffered queries
* Ordered array and associative array for the fetched rows
* Prepare/execute (bind) named and unnamed placeholder emulation
* Sequence/autoincrement emulation
* Replace emulation
* Limited sub select emulation
* Row limit emulation
* Transactions/savepoint support
* Large Object support
* Index/Unique Key/Primary Key support
* Pattern matching abstraction
* Module framework to load advanced functionality on demand
* Ability to read the information schema
* RDBMS management methods (creating, dropping, altering)
* Reverse engineering schemas from an existing database
* SQL function call abstraction
* Full integration into the PEAR Framework
* PHPDoc API documentation
Description-md5: 593da95fb58be6b0d2a0e1b2ffafb447