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

Last updated: October 04,2024

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

Here is a brief guide to show you how to install python3-q-text-as-data on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide covers the steps necessary to uninstall python3-q-text-as-data on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-q-text-as-data
Priority: optional
Section: universe/python
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: q-text-as-data
Version: 1.4.0-1
Depends: sqlite3, python
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/q/q-text-as-data/python3-q-text-as-data_1.4.0-1_all.deb
Size: 13056
MD5sum: 61aa3cdabd917f3f666f66f487f6b150
SHA1: 9a817ecf08f6211d6578525c91c7895298d4804e
SHA256: 5b21345cb9c05a404127c948d0991d6ae46329c4d3aa8d7a1be00caa22d3c436
Description-en: performs SQL-like statements on tabular text data - Python 3.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 3 version.
Description-md5: 43ca9ce0fc68a891b4c965cd02330a42
Homepage: http://harelba.github.io/q/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu