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

Last updated: October 05,2024

1. Install "python310-tables" package

Here is a brief guide to show you how to install python310-tables on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-tables

2. Uninstall "python310-tables" package

In this section, we are going to explain the necessary steps to uninstall python310-tables on openSuSE Tumbleweed:

$ sudo zypper remove python310-tables

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

Information for package python310-tables:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tables
Version : 3.9.2-4.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.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.