How to Install and Uninstall python3-ordered-set.noarch Package on Oracle Linux 8

Last updated: November 25,2024

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

Here is a brief guide to show you how to install python3-ordered-set.noarch on Oracle Linux 8

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

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

Please follow the guidelines below to uninstall python3-ordered-set.noarch on Oracle Linux 8:

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

3. Information about the python3-ordered-set.noarch package on Oracle Linux 8

Last metadata expiration check: 7:07:10 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-ordered-set
Version : 2.0.2
Release : 4.el8
Architecture : noarch
Size : 16 k
Source : python-ordered-set-2.0.2-4.el8.src.rpm
Repository : ol8_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.