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

Last updated: May 18,2024

1. Install "python-yaql" package

Please follow the guidance below to install python-yaql on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-yaql

2. Uninstall "python-yaql" package

This is a short guide on how to uninstall python-yaql on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-yaql $ sudo apt autoclean && sudo apt autoremove

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

Package: python-yaql
Priority: optional
Section: universe/python
Installed-Size: 378
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.1.0-0ubuntu1
Depends: python-babel, python-dateutil (>= 2.4.2), python-pbr (>= 1.6), python-ply, python-six (>= 1.9.0), python2.7:any, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-yaql/python-yaql_1.1.0-0ubuntu1_all.deb
Size: 48940
MD5sum: 2756b7ee8934a8099ad1cbc2451cfa3f
SHA1: 8fc3304bb6a090d299e77616aae2bc4cd7bdd4d9
SHA256: 7d160b11d9acde959e40a78932c2bf7fc041ddb230a9a2132c871db22d5aeecc
Description-en: Yet Another Query Language - Python 2.7
YAQL is a general purpose query language, that is designed to operate on
objects of arbitrary complexity. YAQL has a large standard library of
functions for filtering, grouping and aggregation of data. At the same time
YAQL allows you to extend it by defining your own functions.
.
This package contains the Python 2.7 module.
Description-md5: df79e91b507ced30c40ac9c62e4001d5
Homepage: https://github.com/stackforge/yaql
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu