How to Install and Uninstall python3-ordered-set.noarch Package on AlmaLinux 9

Last updated: October 06,2024

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

This is a short guide on how to install python3-ordered-set.noarch on AlmaLinux 9

$ 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 AlmaLinux 9:

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

3. Information about the python3-ordered-set.noarch package on AlmaLinux 9

Last metadata expiration check: 1:08:06 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-ordered-set
Version : 4.0.1
Release : 7.el9
Architecture : noarch
Size : 20 k
Source : python-ordered-set-4.0.1-7.el9.src.rpm
Repository : epel
Summary : 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.
:
: Python 3 version.