How to Install and Uninstall python3-BTrees.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "python3-BTrees.x86_64" package

This tutorial shows how to install python3-BTrees.x86_64 on Fedora 36

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

2. Uninstall "python3-BTrees.x86_64" package

Learn how to uninstall python3-BTrees.x86_64 on Fedora 36:

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

3. Information about the python3-BTrees.x86_64 package on Fedora 36

Last metadata expiration check: 4:03:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-BTrees
Version : 4.10.0
Release : 1.fc36
Architecture : x86_64
Size : 376 k
Source : python-BTrees-4.10.0-1.fc36.src.rpm
Repository : fedora
Summary : Scalable persistent object containers
URL : https://www.zodb.org/
License : ZPLv2.1
Description : This package contains a set of persistent object containers built around
: a modified BTree data structure. The trees are optimized for use inside
: ZODB's "optimistic concurrency" paradigm, and include explicit
: resolution of conflicts detected by that mechanism.