How to Install and Uninstall python3-frozendict.noarch Package on AlmaLinux 9

Last updated: October 09,2024

1. Install "python3-frozendict.noarch" package

Please follow the guidelines below to install python3-frozendict.noarch on AlmaLinux 9

$ 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 AlmaLinux 9:

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

3. Information about the python3-frozendict.noarch package on AlmaLinux 9

Last metadata expiration check: 0:38:42 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-frozendict
Version : 1.2
Release : 21.el9
Architecture : noarch
Size : 13 k
Source : python-frozendict-1.2-21.el9.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.