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

Last updated: October 06,2024

1. Install "python3-sortedcontainers.noarch" package

Please follow the instructions below to install python3-sortedcontainers.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-sortedcontainers.noarch" package

This tutorial shows how to uninstall python3-sortedcontainers.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:37:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-sortedcontainers
Version : 2.4.0
Release : 5.el9
Architecture : noarch
Size : 52 k
Source : python-sortedcontainers-2.4.0-5.el9.src.rpm
Repository : epel
Summary : Pure Python sorted container types
URL : https://pypi.python.org/pypi/sortedcontainers
License : ASL 2.0
Description : SortedContainers is an Apache2 licensed sorted collections library, written in
: pure-Python, and fast as C-extensions.