How to Install and Uninstall python3-ordered-set.noarch Package on Fedora 38

Last updated: November 29,2024

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

Please follow the step by step instructions below to install python3-ordered-set.noarch on Fedora 38

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

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

This is a short guide on how to uninstall python3-ordered-set.noarch on Fedora 38:

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

3. Information about the python3-ordered-set.noarch package on Fedora 38

Last metadata expiration check: 3:39:44 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-ordered-set
Version : 4.1.0
Release : 5.fc38
Architecture : noarch
Size : 23 k
Source : python-ordered-set-4.1.0-5.fc38.src.rpm
Repository : fedora
Summary : Custom MutableSet that remembers its order
URL : https://github.com/rspeer/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.