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

Last updated: July 02,2024

1. Install "php-mongodb.noarch" package

Here is a brief guide to show you how to install php-mongodb.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 4:55:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-mongodb
Version : 1.13.0
Release : 1.fc35.remi
Architecture : noarch
Size : 185 k
Source : php-mongodb-1.13.0-1.fc35.remi.src.rpm
Repository : remi
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