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

Last updated: May 12,2024

1. Install "python-tables-lib" package

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

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

2. Uninstall "python-tables-lib" package

Please follow the steps below to uninstall python-tables-lib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-tables-lib
Priority: optional
Section: universe/python
Installed-Size: 1309
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: pytables
Version: 3.2.2-2
Replaces: python-tables (<< 3.0.0-3)
Depends: python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python (<< 2.8), python (>= 2.7~), libbz2-1.0, libc6 (>= 2.14), libhdf5-10, liblz4-1 (>= 0.0~r113), liblzo2-2, libsnappy1v5, zlib1g (>= 1:1.1.4)
Recommends: python-tables (= 3.2.2-2)
Breaks: python-tables (<< 3.0.0-3)
Filename: pool/universe/p/pytables/python-tables-lib_3.2.2-2_amd64.deb
Size: 352836
MD5sum: a904dd01989989addd3f608386720b61
SHA1: f79dffb6fd49412bc820f6a56db0f7870f0dadaf
SHA256: d19dd54c371a7a1e2c4dcaffab09db821c0705387c4cbe52f52134336e633981
Description-en: hierarchical database for Python 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 2 interpreter.
Description-md5: f844056d128338274d8a7d242864b9f8
Homepage: http://www.pytables.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu