How to Install and Uninstall python3-bson.x86_64 Package on Fedora 34

Last updated: September 20,2024

1. Install "python3-bson.x86_64" package

This guide let you learn how to install python3-bson.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-bson.x86_64

2. Uninstall "python3-bson.x86_64" package

Here is a brief guide to show you how to uninstall python3-bson.x86_64 on Fedora 34:

$ sudo dnf remove python3-bson.x86_64 $ sudo dnf autoremove

3. Information about the python3-bson.x86_64 package on Fedora 34

Last metadata expiration check: 0:24:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-bson
Version : 3.10.1
Release : 5.fc34
Architecture : x86_64
Size : 108 k
Source : python-pymongo-3.10.1-5.fc34.src.rpm
Repository : fedora
Summary : Python bson library
URL : http://api.mongodb.org/python
License : ASL 2.0 and MIT
Description : BSON is a binary-encoded serialization of JSON-like documents. BSON is designed
: to be lightweight, traversable, and efficient. BSON, like JSON, supports the
: embedding of objects and arrays within other objects and arrays. This package
: contains the python3 version of this module.