How to Install and Uninstall python3-yaql Package on openSUSE Leap

Last updated: September 21,2024

1. Install "python3-yaql" package

Please follow the guidelines below to install python3-yaql on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-yaql

2. Uninstall "python3-yaql" package

In this section, we are going to explain the necessary steps to uninstall python3-yaql on openSUSE Leap:

$ sudo zypper remove python3-yaql

3. Information about the python3-yaql package on openSUSE Leap

Information for package python3-yaql:
-------------------------------------
Repository : Main Repository
Name : python3-yaql
Version : 1.1.3-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-yaql-1.1.3-bp155.2.12.src
Upstream URL : https://launchpad.net/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.