How to Install and Uninstall python3-intervaltree.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "python3-intervaltree.noarch" package

Learn how to install python3-intervaltree.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-intervaltree.noarch

2. Uninstall "python3-intervaltree.noarch" package

Please follow the steps below to uninstall python3-intervaltree.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-intervaltree.noarch $ sudo dnf autoremove

3. Information about the python3-intervaltree.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:41:05 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-intervaltree
Version : 3.1.0
Release : 10.el9
Architecture : noarch
Size : 49 k
Source : python-intervaltree-3.1.0-10.el9.src.rpm
Repository : epel
Summary : A mutable, self-balancing interval tree for Python
URL : https://pypi.python.org/pypi/intervaltree
License : ASL 2.0
Description : A mutable, self-balancing interval tree for Python. Queries may
: be by point, by range overlap, or by range envelopment.