How to Install and Uninstall python3-yaql Package on openSuSE Tumbleweed

Last updated: September 21,2024

1. Install "python3-yaql" package

In this section, we are going to explain the necessary steps to install python3-yaql on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-yaql

2. Uninstall "python3-yaql" package

Learn how to uninstall python3-yaql on openSuSE Tumbleweed:

$ sudo zypper remove python3-yaql

3. Information about the python3-yaql package on openSuSE Tumbleweed

Information for package python3-yaql:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-yaql
Version : 2.0.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python-yaql-2.0.0-2.4.src
Upstream URL : https://docs.openstack.org/yaql
Summary : YAQL - Yet Another Query Language
Description :
YAQL (Yet Another Query Language) is an embeddable and extensible query
language, that allows performing complex queries against arbitrary objects. It
has a vast and comprehensive standard library of frequently used querying
functions and can be extend even further with user-specified functions. YAQL is
written in python and is distributed via PyPI.
This package contains the Python 3.x module.