How to Install and Uninstall python38-BTrees Package on openSuSE Tumbleweed

Last updated: October 04,2024

1. Install "python38-BTrees" package

Please follow the instructions below to install python38-BTrees on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-BTrees

2. Uninstall "python38-BTrees" package

This guide covers the steps necessary to uninstall python38-BTrees on openSuSE Tumbleweed:

$ sudo zypper remove python38-BTrees

3. Information about the python38-BTrees package on openSuSE Tumbleweed

Information for package python38-BTrees:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-BTrees
Version : 4.8.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 3,3 MiB
Installed : No
Status : not installed
Source package : python-BTrees-4.8.0-1.2.src
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.