How to Install and Uninstall php-wikimedia-cdb.noarch Package on Fedora 38

Last updated: January 15,2025

1. Install "php-wikimedia-cdb.noarch" package

Here is a brief guide to show you how to install php-wikimedia-cdb.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install php-wikimedia-cdb.noarch

2. Uninstall "php-wikimedia-cdb.noarch" package

In this section, we are going to explain the necessary steps to uninstall php-wikimedia-cdb.noarch on Fedora 38:

$ sudo dnf remove php-wikimedia-cdb.noarch $ sudo dnf autoremove

3. Information about the php-wikimedia-cdb.noarch package on Fedora 38

Last metadata expiration check: 1:46:36 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : php-wikimedia-cdb
Version : 2.0.0
Release : 9.fc38
Architecture : noarch
Size : 23 k
Source : php-wikimedia-cdb-2.0.0-9.fc38.src.rpm
Repository : fedora
Summary : CDB functions for PHP
URL : http://www.mediawiki.org/wiki/CDB
License : GPLv2+
Description : CDB, short for "constant database", refers to a very fast and highly reliable
: database system which uses a simple file with key value pairs. This library
: wraps the CDB functionality exposed in PHP via the dba_* functions. In cases
: where dba_* functions are not present or are not compiled with CDB support,
: a pure-PHP implementation is provided for falling back.