How to Install and Uninstall python311-frozendict Package on openSuSE Tumbleweed

Last updated: November 08,2024

1. Install "python311-frozendict" package

Please follow the step by step instructions below to install python311-frozendict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-frozendict

2. Uninstall "python311-frozendict" package

Learn how to uninstall python311-frozendict on openSuSE Tumbleweed:

$ sudo zypper remove python311-frozendict

3. Information about the python311-frozendict package on openSuSE Tumbleweed

Information for package python311-frozendict:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-frozendict
Version : 2.3.5-3.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 85.4 KiB
Installed : No
Status : not installed
Source package : python-frozendict-2.3.5-3.6.src
Upstream URL : https://github.com/Marco-Sulla/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.