How to Install and Uninstall python3-ordered-set.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python3-ordered-set.noarch" package

Please follow the step by step instructions below to install python3-ordered-set.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-ordered-set.noarch

2. Uninstall "python3-ordered-set.noarch" package

This guide let you learn how to uninstall python3-ordered-set.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-ordered-set.noarch $ sudo dnf autoremove

3. Information about the python3-ordered-set.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:59:00 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-ordered-set
Version : 2.0.2
Release : 4.el8
Architecture : noarch
Size : 17 k
Source : python-ordered-set-2.0.2-4.el8.src.rpm
Repository : appstream
Summary : A Custom MutableSet that remembers its order
URL : https://github.com/LuminosoInsight/ordered-set
License : MIT
Description : An OrderedSet is a custom MutableSet that remembers its order, so that every
: entry has an index that can be looked up.