How to Install and Uninstall python3-orderedset.x86_64 Package on Fedora 35

Last updated: October 08,2024

1. Install "python3-orderedset.x86_64" package

This guide let you learn how to install python3-orderedset.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-orderedset.x86_64

2. Uninstall "python3-orderedset.x86_64" package

This tutorial shows how to uninstall python3-orderedset.x86_64 on Fedora 35:

$ sudo dnf remove python3-orderedset.x86_64 $ sudo dnf autoremove

3. Information about the python3-orderedset.x86_64 package on Fedora 35

Last metadata expiration check: 4:10:42 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-orderedset
Version : 2.0.3
Release : 6.fc35
Architecture : x86_64
Size : 76 k
Source : python-orderedset-2.0.3-6.fc35.src.rpm
Repository : fedora
Summary : Ordered set implementation in Cython
URL : https://github.com/simonpercivall/orderedset
License : BSD
Description :
: This package contains an ordered set implementation in Cython. Features:
: - Works like a regular set, but remembers insertion order;
: - Is approximately 5 times faster than the pure Python implementation
: overall (and 5 times slower than set);
: - Compatible with Python 2.6 through 3.6.;
: - Supports the full set interface;
: - Supports some list methods, like index and __getitem__.
: - Supports set methods against iterables.