How to Install and Uninstall python3-tables-lib Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "python3-tables-lib" package

In this section, we are going to explain the necessary steps to install python3-tables-lib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-tables-lib

2. Uninstall "python3-tables-lib" package

Learn how to uninstall python3-tables-lib on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-tables-lib $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-tables-lib package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-tables-lib
Priority: optional
Section: universe/python
Installed-Size: 1303
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: pytables
Version: 3.2.2-2
Replaces: python3-tables (<< 3.0.0-3)
Depends: python3-numpy (>= 1:1.10.0~b1), python3-numpy-abi9, python3 (<< 3.6), python3 (>= 3.5~), libbz2-1.0, libc6 (>= 2.14), libhdf5-10, liblz4-1 (>= 0.0~r113), liblzo2-2, libsnappy1v5, zlib1g (>= 1:1.1.4)
Recommends: python3-tables (= 3.2.2-2)
Breaks: python3-tables (<< 3.0.0-3)
Filename: pool/universe/p/pytables/python3-tables-lib_3.2.2-2_amd64.deb
Size: 353246
MD5sum: 9d128d39eed370f5ccb85779072c7711
SHA1: dbb70272898830861eb387348c6c48f88a584296
SHA256: 092fead937258ad83d3d322388cc120e960ce302ed66125519dfc500a1b75b70
Description-en: hierarchical database for Python3 based on HDF5 (extension)
PyTables is a hierarchical database package designed to efficiently
manage very large amounts of data. PyTables is built on top of the
HDF5 library and the NumPy package. It features an object-oriented
interface that, combined with natural naming and C-code generated
from Pyrex sources, makes it a fast, yet extremely easy to use tool
for interactively save and retrieve large amounts of data.
.
- Compound types (records) can be used entirely from Python (i.e. it
is not necessary to use C for taking advantage of them).
- The tables are both enlargeable and compressible.
- I/O is buffered, so you can get very fast I/O, specially with
large tables.
- Very easy to select data through the use of iterators over the
rows in tables. Extended slicing is supported as well.
- It supports the complete set of NumPy, Numeric and numarray objects.
.
This package contains the extension built for the Python 3 interpreter.
Description-md5: 4abdd3c6c3bf35ea65fd308366fd7ce0
Homepage: http://www.pytables.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu