How to Install and Uninstall python312-recordclass Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "python312-recordclass" package

Please follow the step by step instructions below to install python312-recordclass on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-recordclass

2. Uninstall "python312-recordclass" package

Please follow the step by step instructions below to uninstall python312-recordclass on openSuSE Tumbleweed:

$ sudo zypper remove python312-recordclass

3. Information about the python312-recordclass package on openSuSE Tumbleweed

Information for package python312-recordclass:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-recordclass
Version : 0.21.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 741.5 KiB
Installed : No
Status : not installed
Source package : python-recordclass-0.21.1-1.2.src
Upstream URL : https://github.com/intellimath/recordclass
Summary : Library implementing a mutable variant of namedtuple
Description :
Mutable variant of namedtuple -- recordclass, which support assignments, and
other memory saving variants.