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

Last updated: May 18,2024

1. Install "python-tables-dbg" package

This tutorial shows how to install python-tables-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-tables-dbg" package

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

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

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

Package: python-tables-dbg
Priority: extra
Section: universe/debug
Installed-Size: 1549
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: pytables
Version: 3.2.2-2
Depends: python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python-dbg (<< 2.8), python-dbg (>= 2.7~), libbz2-1.0, libc6 (>= 2.14), libhdf5-10, liblz4-1 (>= 0.0~r113), liblzo2-2, libsnappy1v5, zlib1g (>= 1:1.1.4), python-tables (= 3.2.2-2), python-tables-lib (= 3.2.2-2), python-numpy-dbg, python-numexpr-dbg
Suggests: python-tables-doc, python-netcdf
Filename: pool/universe/p/pytables/python-tables-dbg_3.2.2-2_amd64.deb
Size: 445958
MD5sum: 1c2d2b948414d7b2ccbffa330a9cf748
SHA1: fca582398164be36b8816702616112359ec25042
SHA256: 44b1e16c6ef05e6c9d5f79cb950856ddaf2165c4afb06b6aa89c460e25a5e3f2
Description-en: hierarchical database for Python based on HDF5 (debug 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 debug interpreter.
Description-md5: 2f12a3c39a102acc9febe5eb8015d6aa
Homepage: http://www.pytables.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu