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

Last updated: September 21,2024

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

Please follow the steps below to install python3-ordered-set.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall python3-ordered-set.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:11:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-ordered-set
Version : 4.0.1
Release : 6.fc35
Architecture : noarch
Size : 20 k
Source : python-ordered-set-4.0.1-6.fc35.src.rpm
Repository : fedora
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.