How to Install and Uninstall python310-boolean.py Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python310-boolean.py" package
Please follow the steps below to install python310-boolean.py on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-boolean.py
Copied
2. Uninstall "python310-boolean.py" package
Please follow the guidelines below to uninstall python310-boolean.py on openSuSE Tumbleweed:
$
sudo zypper remove
python310-boolean.py
Copied
3. Information about the python310-boolean.py package on openSuSE Tumbleweed
Information for package python310-boolean.py:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-boolean.py
Version : 4.0-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 428.9 KiB
Installed : No
Status : not installed
Source package : python-boolean.py-4.0-1.7.src
Upstream URL : https://github.com/bastikr/boolean.py
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.
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-boolean.py
Version : 4.0-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 428.9 KiB
Installed : No
Status : not installed
Source package : python-boolean.py-4.0-1.7.src
Upstream URL : https://github.com/bastikr/boolean.py
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.