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

Last updated: November 08,2024

1. Install "python311-recordclass" package

Please follow the steps below to install python311-recordclass on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-recordclass

2. Uninstall "python311-recordclass" package

Learn how to uninstall python311-recordclass on openSuSE Tumbleweed:

$ sudo zypper remove python311-recordclass

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

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