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

Last updated: May 16,2024

1. Install "python2-frozendict" package

This is a short guide on how to install python2-frozendict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-frozendict

2. Uninstall "python2-frozendict" package

This tutorial shows how to uninstall python2-frozendict on openSUSE Leap:

$ sudo zypper remove python2-frozendict

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

Information for package python2-frozendict:
-------------------------------------------
Repository : Main Repository
Name : python2-frozendict
Version : 1.2-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 8,2 KiB
Installed : No
Status : not installed
Source package : python-frozendict-1.2-bp153.1.15.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.