How to Install and Uninstall python3-frozendict Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-frozendict" package

Please follow the instructions below to install python3-frozendict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-frozendict

2. Uninstall "python3-frozendict" package

Please follow the step by step instructions below to uninstall python3-frozendict on openSUSE Leap:

$ sudo zypper remove python3-frozendict

3. Information about the python3-frozendict package on openSUSE Leap

Information for package python3-frozendict:
-------------------------------------------
Repository : Main Repository
Name : python3-frozendict
Version : 1.2-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 7.6 KiB
Installed : No
Status : not installed
Source package : python-frozendict-1.2-bp155.2.11.src
Upstream URL : https://github.com/slezica/python-frozendict
Summary : An immutable dictionary
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.