How to Install and Uninstall php-adodb.noarch Package on Fedora 39

Last updated: January 18,2025

1. Install "php-adodb.noarch" package

This guide covers the steps necessary to install php-adodb.noarch on Fedora 39

$ 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 Fedora 39:

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

3. Information about the php-adodb.noarch package on Fedora 39

Last metadata expiration check: 4:18:57 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : php-adodb
Version : 5.22.7
Release : 1.fc39
Architecture : noarch
Size : 1.2 M
Source : php-adodb-5.22.7-1.fc39.src.rpm
Repository : updates
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.