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

Last updated: July 03,2024

1. Install "python3-BTrees.x86_64" package

Please follow the step by step instructions below to install python3-BTrees.x86_64 on Fedora 34

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

2. Uninstall "python3-BTrees.x86_64" package

Please follow the guidance below to uninstall python3-BTrees.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:30:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-BTrees
Version : 4.9.2
Release : 1.fc34
Architecture : x86_64
Size : 374 k
Source : python-BTrees-4.9.2-1.fc34.src.rpm
Repository : updates
Summary : Scalable persistent object containers
URL : http://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.