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

Last updated: October 04,2024

1. Install "python3-bintrees.x86_64" package

This guide covers the steps necessary to install python3-bintrees.x86_64 on Fedora 34

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

2. Uninstall "python3-bintrees.x86_64" package

Please follow the instructions below to uninstall python3-bintrees.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:24:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-bintrees
Version : 2.0.1
Release : 25.fc34
Architecture : x86_64
Size : 72 k
Source : python-bintrees-2.0.1-25.fc34.src.rpm
Repository : fedora
Summary : Package provides Binary-, RedBlack- and AVL-Trees in Python and Cython
URL : http://bitbucket.org/mozman/bintrees
License : MIT
Description : This Python 3 package provides Binary- RedBlack- and AVL-Trees written
: in Python and Cython/C. This Classes are much slower than the built-in
: *dict* class, but all iterators/generators yielding data in sorted
: key order. Trees can be uses as drop in replacement for *dicts* in
: most cases.