How to Install and Uninstall php-adodb.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "php-adodb.noarch" package

Please follow the guidelines below to install php-adodb.noarch on Rocky Linux 8

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

2. Uninstall "php-adodb.noarch" package

This guide let you learn how to uninstall php-adodb.noarch on Rocky Linux 8:

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

3. Information about the php-adodb.noarch package on Rocky Linux 8

Last metadata expiration check: 0:51:41 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : php-adodb
Version : 5.20.6
Release : 9.el8
Architecture : noarch
Size : 338 k
Source : php-adodb-5.20.6-9.el8.src.rpm
Repository : epel
Summary : Database abstraction layer for PHP
URL : http://adodb.org
License : BSD or LGPLv2+
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.