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

Last updated: June 02,2024

1. Install "python36-frozendict" package

Please follow the guidance below to install python36-frozendict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-frozendict

2. Uninstall "python36-frozendict" package

This is a short guide on how to uninstall python36-frozendict on openSuSE Tumbleweed:

$ sudo zypper remove python36-frozendict

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

Information for package python36-frozendict:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-frozendict
Version : 1.2-3.8
Arch : noarch
Vendor : openSUSE
Installed Size : 7,3 KiB
Installed : No
Status : not installed
Source package : python-frozendict-1.2-3.8.src
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.