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

Last updated: October 06,2024

1. Install "python39-recordclass" package

Please follow the instructions below to install python39-recordclass on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-recordclass

2. Uninstall "python39-recordclass" package

Here is a brief guide to show you how to uninstall python39-recordclass on openSuSE Tumbleweed:

$ sudo zypper remove python39-recordclass

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

Information for package python39-recordclass:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-recordclass
Version : 0.21.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 631.9 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.