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

Last updated: May 17,2024

1. Install "python39-intervaltree" package

This tutorial shows how to install python39-intervaltree on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-intervaltree

2. Uninstall "python39-intervaltree" package

Please follow the step by step instructions below to uninstall python39-intervaltree on openSuSE Tumbleweed:

$ sudo zypper remove python39-intervaltree

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

Information for package python39-intervaltree:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-intervaltree
Version : 3.1.0-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 215.7 KiB
Installed : No
Status : not installed
Source package : python-intervaltree-3.1.0-1.9.src
Upstream URL : https://github.com/chaimleib/intervaltree
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.