How to Install and Uninstall php-doctrine-dbal3.noarch Package on Fedora 35

Last updated: May 19,2024

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

Please follow the steps below to install php-doctrine-dbal3.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall php-doctrine-dbal3.noarch on Fedora 35:

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

3. Information about the php-doctrine-dbal3.noarch package on Fedora 35

Last metadata expiration check: 0:48:50 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-doctrine-dbal3
Version : 3.4.1
Release : 1.fc35.remi
Architecture : noarch
Size : 214 k
Source : php-doctrine-dbal3-3.4.1-1.fc35.remi.src.rpm
Repository : remi
Summary : Doctrine Database Abstraction Layer (DBAL) version 3
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/DBAL3/autoload.php