How to Install and Uninstall python3-frozendict.noarch Package on Fedora 39

Last updated: September 21,2024

1. Install "python3-frozendict.noarch" package

This is a short guide on how to install python3-frozendict.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-frozendict.noarch

2. Uninstall "python3-frozendict.noarch" package

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

$ sudo dnf remove python3-frozendict.noarch $ sudo dnf autoremove

3. Information about the python3-frozendict.noarch package on Fedora 39

Last metadata expiration check: 4:31:00 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-frozendict
Version : 2.3.8
Release : 3.fc39
Architecture : noarch
Size : 36 k
Source : python-frozendict-2.3.8-3.fc39.src.rpm
Repository : fedora
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.