How to Install and Uninstall python3-ordered-set.noarch Package on Oracle Linux 9
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 Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-ordered-set.noarch
Copied
2. Uninstall "python3-ordered-set.noarch" package
Please follow the instructions below to uninstall python3-ordered-set.noarch on Oracle Linux 9:
$
sudo dnf remove
python3-ordered-set.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-ordered-set.noarch package on Oracle Linux 9
Last metadata expiration check: 2:57:38 ago on Thu Feb 15 07:50:05 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.
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.