How to Install and Uninstall python311-BTrees Package on openSuSE Tumbleweed
Last updated: November 15,2024
1. Install "python311-BTrees" package
This tutorial shows how to install python311-BTrees on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-BTrees
Copied
2. Uninstall "python311-BTrees" package
Please follow the instructions below to uninstall python311-BTrees on openSuSE Tumbleweed:
$
sudo zypper remove
python311-BTrees
Copied
3. Information about the python311-BTrees package on openSuSE Tumbleweed
Information for package python311-BTrees:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-BTrees
Version : 5.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.7 MiB
Installed : No
Status : not installed
Source package : python-BTrees-5.1-1.2.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.
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-BTrees
Version : 5.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.7 MiB
Installed : No
Status : not installed
Source package : python-BTrees-5.1-1.2.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.