How to Install and Uninstall php-mongodb.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "php-mongodb.noarch" package

This guide covers the steps necessary to install php-mongodb.noarch on Fedora 34

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

2. Uninstall "php-mongodb.noarch" package

Please follow the instructions below to uninstall php-mongodb.noarch on Fedora 34:

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

3. Information about the php-mongodb.noarch package on Fedora 34

Last metadata expiration check: 0:31:07 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-mongodb
Version : 1.11.0
Release : 1.fc34
Architecture : noarch
Size : 183 k
Source : php-mongodb-1.11.0-1.fc34.src.rpm
Repository : updates
Summary : MongoDB driver library
URL : https://github.com/mongodb/mongo-php-library
License : ASL 2.0
Description : This library provides a high-level abstraction around the lower-level drivers
: for PHP and HHVM (i.e. the mongodb extension).
:
: While the extension provides a limited API for executing commands, queries,
: and write operations, this library implements an API similar to that of the
: legacy PHP driver. It contains abstractions for client, database, and
: collection objects, and provides methods for CRUD operations and common
: commands (e.g. index and collection management).
:
: Autoloader: /usr/share/php/MongoDB/autoload.php