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

Last updated: May 09,2024

1. Install "python3-tables" package

This guide covers the steps necessary to install python3-tables on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-tables

2. Uninstall "python3-tables" package

Please follow the step by step instructions below to uninstall python3-tables on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-tables
Priority: optional
Section: universe/python
Installed-Size: 2794
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: pytables
Version: 3.2.2-2
Depends: python3-numpy, python3-numexpr, python3:any (>= 3.3.2-2~), python3-tables-lib (>= 3.2.2-2), python3-tables-lib (<< 3.2.2-2.1~), python-tables-data (= 3.2.2-2)
Suggests: python-tables-doc, python-netcdf, vitables
Filename: pool/universe/p/pytables/python3-tables_3.2.2-2_all.deb
Size: 325430
MD5sum: 5bb83eebd645a70268981b6fa3cb5aad
SHA1: 6990b7c13638fc23d123a50d7e5aadbd9431b8e3
SHA256: 29cb59095cd3005a80b30fa9c48289aaef84985d732d855c8ee82082abad34ee
Description-en: hierarchical database for Python3 based on HDF5
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 is the Python 3 version of the package.
Description-md5: 6d06dc9d465f26b4717bcaeba2ed2737
Homepage: http://www.pytables.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu