How to Install and Uninstall python3-boolean.py Package on openSUSE Leap
Last updated: November 22,2024
1. Install "python3-boolean.py" package
Please follow the steps below to install python3-boolean.py on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-boolean.py
Copied
2. Uninstall "python3-boolean.py" package
Please follow the guidelines below to uninstall python3-boolean.py on openSUSE Leap:
$
sudo zypper remove
python3-boolean.py
Copied
3. Information about the python3-boolean.py package on openSUSE Leap
Information for package python3-boolean.py:
-------------------------------------------
Repository : Main Repository
Name : python3-boolean.py
Version : 3.7-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 832.0 KiB
Installed : No
Status : not installed
Source package : python-boolean.py-3.7-bp155.2.13.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 : Main Repository
Name : python3-boolean.py
Version : 3.7-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 832.0 KiB
Installed : No
Status : not installed
Source package : python-boolean.py-3.7-bp155.2.13.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.