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

Last updated: October 04,2024

1. Install "python39-tables" package

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

$ sudo zypper refresh $ sudo zypper install python39-tables

2. Uninstall "python39-tables" package

This is a short guide on how to uninstall python39-tables on openSuSE Tumbleweed:

$ sudo zypper remove python39-tables

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

Information for package python39-tables:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.