How to Install and Uninstall python-ordered-set.src Package on Oracle Linux 8

Last updated: November 25,2024

1. Install "python-ordered-set.src" package

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

$ sudo dnf update $ sudo dnf install python-ordered-set.src

2. Uninstall "python-ordered-set.src" package

In this section, we are going to explain the necessary steps to uninstall python-ordered-set.src on Oracle Linux 8:

$ sudo dnf remove python-ordered-set.src $ sudo dnf autoremove

3. Information about the python-ordered-set.src package on Oracle Linux 8

Last metadata expiration check: 0:33:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-ordered-set
Version : 2.0.2
Release : 4.el8
Architecture : src
Size : 15 k
Source : None
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.