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

Last updated: October 01,2024

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

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

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

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

Learn how to uninstall php-wikimedia-cdb.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:29:33 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-wikimedia-cdb
Version : 1.4.1
Release : 6.fc35
Architecture : noarch
Size : 22 k
Source : php-wikimedia-cdb-1.4.1-6.fc35.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.