How to Install and Uninstall python3-tables Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-tables" package

Please follow the instructions below to install python3-tables on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tables

2. Uninstall "python3-tables" package

This guide covers the steps necessary to uninstall python3-tables on openSUSE Leap:

$ sudo zypper remove python3-tables

3. Information about the python3-tables package on openSUSE Leap

Information for package python3-tables:
---------------------------------------
Repository : Main Repository
Name : python3-tables
Version : 3.6.1-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.9 MiB
Installed : No
Status : not installed
Source package : python-tables-3.6.1-bp155.2.14.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.