How to Install and Uninstall python3-intervaltree Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-intervaltree" package

Here is a brief guide to show you how to install python3-intervaltree on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-intervaltree

2. Uninstall "python3-intervaltree" package

Please follow the guidance below to uninstall python3-intervaltree on openSUSE Leap:

$ sudo zypper remove python3-intervaltree

3. Information about the python3-intervaltree package on openSUSE Leap

Information for package python3-intervaltree:
---------------------------------------------
Repository : Main Repository
Name : python3-intervaltree
Version : 3.0.2-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 227.4 KiB
Installed : No
Status : not installed
Source package : python-intervaltree-3.0.2-bp155.2.12.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.