How to Install and Uninstall python36-boolean.py Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "python36-boolean.py" package

Learn how to install python36-boolean.py on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-boolean.py

2. Uninstall "python36-boolean.py" package

This tutorial shows how to uninstall python36-boolean.py on openSuSE Tumbleweed:

$ sudo zypper remove python36-boolean.py

3. Information about the python36-boolean.py package on openSuSE Tumbleweed

Information for package python36-boolean.py:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-boolean.py
Version : 3.7-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 883,7 KiB
Installed : No
Status : not installed
Source package : python-boolean.py-3.7-2.2.src
Summary : Module to define boolean algebras and create/parse boolean expressions
Description :
"boolean.py" is a library implementing a boolean algebra. It defines
two base elements, TRUE and FALSE, and a Symbol class that can take on one of
these two values. Calculations are done in terms of AND, OR and NOT - other
compositions like XOR and NAND are not implemented but can be emulated with
AND or and NOT. Expressions are constructed from parsed strings or in Python.