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

Last updated: November 23,2024

1. Install "python2-BTrees" package

This guide let you learn how to install python2-BTrees on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-BTrees

2. Uninstall "python2-BTrees" package

In this section, we are going to explain the necessary steps to uninstall python2-BTrees on openSUSE Leap:

$ sudo zypper remove python2-BTrees

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

Information for package python2-BTrees:
---------------------------------------
Repository : Main Repository
Name : python2-BTrees
Version : 4.7.2-bp153.1.23
Arch : x86_64
Vendor : openSUSE
Installed Size : 3,0 MiB
Installed : No
Status : not installed
Source package : python-BTrees-4.7.2-bp153.1.23.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.