How to Install and Uninstall python3-orderedset.x86_64 Package on Fedora 39
Last updated: November 29,2024
1. Install "python3-orderedset.x86_64" package
This guide covers the steps necessary to install python3-orderedset.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-orderedset.x86_64
Copied
2. Uninstall "python3-orderedset.x86_64" package
Please follow the step by step instructions below to uninstall python3-orderedset.x86_64 on Fedora 39:
$
sudo dnf remove
python3-orderedset.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-orderedset.x86_64 package on Fedora 39
Last metadata expiration check: 3:10:55 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-orderedset
Version : 2.0.3
Release : 11.fc39
Architecture : x86_64
Size : 77 k
Source : python-orderedset-2.0.3-11.fc39.src.rpm
Repository : fedora
Summary : Ordered set implementation in Cython
URL : https://github.com/simonpercivall/orderedset
License : BSD-3-Clause-Clear
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.
Available Packages
Name : python3-orderedset
Version : 2.0.3
Release : 11.fc39
Architecture : x86_64
Size : 77 k
Source : python-orderedset-2.0.3-11.fc39.src.rpm
Repository : fedora
Summary : Ordered set implementation in Cython
URL : https://github.com/simonpercivall/orderedset
License : BSD-3-Clause-Clear
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.