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

Last updated: May 16,2024

1. Install "python3-yaql" package

Please follow the step by step instructions below to install python3-yaql on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-yaql

2. Uninstall "python3-yaql" package

Here is a brief guide to show you how to uninstall python3-yaql on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-yaql
Priority: optional
Section: universe/python
Installed-Size: 378
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-yaql
Version: 1.1.0-0ubuntu1
Depends: python3-babel, python3-dateutil (>= 2.4.2), python3-pbr (>= 1.6), python3-ply, python3-six (>= 1.9.0), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-yaql/python3-yaql_1.1.0-0ubuntu1_all.deb
Size: 49050
MD5sum: 406027fb1484765e319b233e803202ef
SHA1: 2744aae7f31015be9831f36be2bdf7f9d4f929b5
SHA256: dc085517fcd7774af34ec5e316eebdccb50e172b5bf9c1a0caf3cf53e136704c
Description-en: Yet Another Query Language - Python 3.x
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 3.x module.
Description-md5: 96769e943e223b03d83d3acec2540711
Homepage: https://github.com/stackforge/yaql
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu