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

Last updated: June 29,2024

1. Install "python310-recordclass" package

Please follow the guidelines below to install python310-recordclass on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-recordclass

2. Uninstall "python310-recordclass" package

This guide let you learn how to uninstall python310-recordclass on openSuSE Tumbleweed:

$ sudo zypper remove python310-recordclass

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

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