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

Last updated: June 25,2024

1. Install "python312-tables" package

This tutorial shows how to install python312-tables on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-tables

2. Uninstall "python312-tables" package

This tutorial shows how to uninstall python312-tables on openSuSE Tumbleweed:

$ sudo zypper remove python312-tables

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

Information for package python312-tables:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-tables
Version : 3.9.2-4.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.0 MiB
Installed : No
Status : not installed
Source package : python-tables-3.9.2-4.1.src
Upstream URL : https://github.com/PyTables/PyTables
Summary : Hierarchical datasets for Python
Description :
PyTables is a package for managing hierarchical datasets and
designed to efficently cope with extremely large amounts of
data. PyTables is built on top of the HDF5 library and the
NumPy package and features an object-oriented interface
that, combined with C-code generated from Pyrex sources,
makes of it a fast, yet extremely easy to use tool for
interactively save and retrieve large amounts of data.