How to Install and Uninstall python-q-text-as-data Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-q-text-as-data" package

Please follow the guidelines below to install python-q-text-as-data on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-q-text-as-data

2. Uninstall "python-q-text-as-data" package

In this section, we are going to explain the necessary steps to uninstall python-q-text-as-data on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-q-text-as-data $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-q-text-as-data package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-q-text-as-data
Priority: optional
Section: universe/python
Installed-Size: 81
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: q-text-as-data
Version: 1.4.0-1
Provides: q-text-as-data
Depends: sqlite3, python:any
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/q/q-text-as-data/python-q-text-as-data_1.4.0-1_all.deb
Size: 18688
MD5sum: 7271d5c1d41ce368376cf29eeebefd88
SHA1: d9c2658130241baff2f561ff4355c69896661ab2
SHA256: f8ee4f9d35233113cb10ad2b21b912d4e6b0908f7614e61766e27c95025f6772
Description-en: performs SQL-like statements on tabular text data - Python 2.x
Q is a command line tool that allows direct execution of SQL-like queries on
CSVs/TSVs (and any other tabular text files). Q treats ordinary files as
database tables, and supports all SQL constructs, such as WHERE, GROUP BY,
JOINs etc. It supports automatic column name and column type detection, and
provides full support for multiple encodings.
.
This package provides the Python 2 version.
Description-md5: 0e1292d5832e528d3052d466ba5ef9fb
Homepage: http://harelba.github.io/q/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu