How to Install and Uninstall php-adodb.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "php-adodb.noarch" package

Please follow the guidance below to install php-adodb.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install php-adodb.noarch

2. Uninstall "php-adodb.noarch" package

In this section, we are going to explain the necessary steps to uninstall php-adodb.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove php-adodb.noarch $ sudo dnf autoremove

3. Information about the php-adodb.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:21:31 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : php-adodb
Version : 5.22.7
Release : 1.el8
Architecture : noarch
Size : 1.1 M
Source : php-adodb-5.22.7-1.el8.src.rpm
Repository : epel
Summary : Database abstraction layer for PHP
URL : http://adodb.org
License : BSD-3-Clause or LGPL-2.0-or-later
Description : ADOdb is an object oriented library written in PHP that abstracts database
: operations for portability. It is modelled on Microsoft's ADO, but has many
: improvements that make it unique (eg. pivot tables, Active Record support,
: generating HTML for paging recordsets with next and previous links, cached
: recordsets, HTML menu generation, etc).
: ADOdb hides the differences between the different databases so you can easily
: switch DBs without changing code.