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

Last updated: May 19,2024

1. Install "python39-frozendict" package

Please follow the guidelines below to install python39-frozendict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-frozendict

2. Uninstall "python39-frozendict" package

In this section, we are going to explain the necessary steps to uninstall python39-frozendict on openSuSE Tumbleweed:

$ sudo zypper remove python39-frozendict

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

Information for package python39-frozendict:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-frozendict
Version : 2.3.5-3.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 143.7 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.