How to Install and Uninstall python3-frozendict.noarch Package on CentOS Stream 8
Last updated: January 16,2025
1. Install "python3-frozendict.noarch" package
In this section, we are going to explain the necessary steps to install python3-frozendict.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-frozendict.noarch
Copied
2. Uninstall "python3-frozendict.noarch" package
This tutorial shows how to uninstall python3-frozendict.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-frozendict.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-frozendict.noarch package on CentOS Stream 8
Last metadata expiration check: 4:02:30 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-frozendict
Version : 1.2
Release : 13.el8
Architecture : noarch
Size : 13 k
Source : python-frozendict-1.2-13.el8.src.rpm
Repository : epel
Summary : An immutable dictionary
URL : https://pypi.python.org/pypi/frozendict
License : MIT
Description : frozendict is an immutable wrapper around dictionaries that implements
: the complete mapping interface. It can be used as a drop-in replacement
: for dictionaries where immutability is desired.
:
: Python 3 version.
Available Packages
Name : python3-frozendict
Version : 1.2
Release : 13.el8
Architecture : noarch
Size : 13 k
Source : python-frozendict-1.2-13.el8.src.rpm
Repository : epel
Summary : An immutable dictionary
URL : https://pypi.python.org/pypi/frozendict
License : MIT
Description : frozendict is an immutable wrapper around dictionaries that implements
: the complete mapping interface. It can be used as a drop-in replacement
: for dictionaries where immutability is desired.
:
: Python 3 version.