How to Install and Uninstall php-doctrine-dbal.noarch Package on Fedora 36

Last updated: September 28,2024

1. Install "php-doctrine-dbal.noarch" package

Here is a brief guide to show you how to install php-doctrine-dbal.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-doctrine-dbal.noarch

2. Uninstall "php-doctrine-dbal.noarch" package

In this section, we are going to explain the necessary steps to uninstall php-doctrine-dbal.noarch on Fedora 36:

$ sudo dnf remove php-doctrine-dbal.noarch $ sudo dnf autoremove

3. Information about the php-doctrine-dbal.noarch package on Fedora 36

Last metadata expiration check: 2:48:49 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-doctrine-dbal
Version : 2.13.9
Release : 1.fc36.remi
Architecture : noarch
Size : 233 k
Source : php-doctrine-dbal-2.13.9-1.fc36.remi.src.rpm
Repository : remi
Summary : Doctrine Database Abstraction Layer (DBAL)
URL : http://www.doctrine-project.org/projects/dbal.html
License : MIT
Description : The Doctrine database abstraction & access layer (DBAL) offers a lightweight
: and thin runtime layer around a PDO-like API and a lot of additional, horizontal
: features like database schema introspection and manipulation through an OO API.
:
: The fact that the Doctrine DBAL abstracts the concrete PDO API away through the
: use of interfaces that closely resemble the existing PDO API makes it possible
: to implement custom drivers that may use existing native or self-made APIs. For
: example, the DBAL ships with a driver for Oracle databases that uses the oci8
: extension under the hood.
:
: Autoloader: /usr/share/php/Doctrine/DBAL/autoload.php