How to Install and Uninstall python3-BTrees Package on openSUSE Leap

Last updated: May 09,2024

1. Install "python3-BTrees" package

Learn how to install python3-BTrees on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-BTrees

2. Uninstall "python3-BTrees" package

This guide let you learn how to uninstall python3-BTrees on openSUSE Leap:

$ sudo zypper remove python3-BTrees

3. Information about the python3-BTrees package on openSUSE Leap

Information for package python3-BTrees:
---------------------------------------
Repository : Main Repository
Name : python3-BTrees
Version : 4.7.2-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.9 MiB
Installed : No
Status : not installed
Source package : python-BTrees-4.7.2-bp155.2.10.src
Upstream URL : https://github.com/zopefoundation/BTrees
Summary : Persistent B-tree object containers for Python
Description :
This package contains a generic BTrees implementation for Python. It is
mainly used by the ZODB, though.
Note that the data manager API, BTrees.interfaces.IDataManager, is
syntactically simple, but semantically complex. The semantics were not easy to
express in the interface. This could probably use more work. The semantics are
presented in detail through examples of a sample data manager in
BTrees.tests.test_SampleDataManager.