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

Last updated: June 18,2024

1. Install "python38-intervaltree" package

This guide covers the steps necessary to install python38-intervaltree on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-intervaltree

2. Uninstall "python38-intervaltree" package

Please follow the steps below to uninstall python38-intervaltree on openSuSE Tumbleweed:

$ sudo zypper remove python38-intervaltree

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

Information for package python38-intervaltree:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-intervaltree
Version : 3.0.2-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 224,1 KiB
Installed : No
Status : not installed
Source package : python-intervaltree-3.0.2-1.11.src
Summary : Editable interval tree data structure for Python
Description :
A mutable, self-balancing interval tree for Python 2 and 3. Queries may
be by point, by range overlap, or by range envelopment.
This library was designed to allow tagging text and time intervals,
where the intervals include the lower bound but not the upper bound.