How to Install and Uninstall python3-frozendict.noarch Package on Rocky Linux 8

Last updated: May 18,2024

1. Install "python3-frozendict.noarch" package

This is a short guide on how to install python3-frozendict.noarch on Rocky Linux 8

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

2. Uninstall "python3-frozendict.noarch" package

This guide let you learn how to uninstall python3-frozendict.noarch on Rocky Linux 8:

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

3. Information about the python3-frozendict.noarch package on Rocky Linux 8

Last metadata expiration check: 2:27:44 ago on Mon Sep 12 10:27:18 2022.
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.