How To Install python3-boolean on Fedora 36

In this tutorial we learn how to install python3-boolean in Fedora 36. python3-boolean is Define boolean algebras, and create and parse boolean expressions

Introduction

In this tutorial we learn how to install python3-boolean on Fedora 36.

What is python3-boolean

“boolean.py” is a small 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. Python 3 version.

We can use yum or dnf to install python3-boolean on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-boolean.

Install python3-boolean on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-boolean using dnf by running the following command:

sudo dnf -y install python3-boolean

Install python3-boolean on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-boolean using yum by running the following command:

sudo yum -y install python3-boolean

How To Uninstall python3-boolean on Fedora 36

To uninstall only the python3-boolean package we can use the following command:

sudo dnf remove python3-boolean

python3-boolean Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/boolean
/usr/lib/python3.10/site-packages/boolean.py-3.8-py3.10.egg-info
/usr/lib/python3.10/site-packages/boolean.py-3.8-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/boolean.py-3.8-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/boolean.py-3.8-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/boolean.py-3.8-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/boolean.py-3.8-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/boolean/__init__.py
/usr/lib/python3.10/site-packages/boolean/__pycache__
/usr/lib/python3.10/site-packages/boolean/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/boolean/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/boolean/__pycache__/boolean.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/boolean/__pycache__/boolean.cpython-310.pyc
/usr/lib/python3.10/site-packages/boolean/__pycache__/test_boolean.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/boolean/__pycache__/test_boolean.cpython-310.pyc
/usr/lib/python3.10/site-packages/boolean/boolean.py
/usr/lib/python3.10/site-packages/boolean/test_boolean.py
/usr/share/doc/python3-boolean.py
/usr/share/doc/python3-boolean.py/CHANGELOG.rst
/usr/share/doc/python3-boolean.py/README.rst
/usr/share/doc/python3-boolean.py/html
/usr/share/doc/python3-boolean.py/html/_sources
/usr/share/doc/python3-boolean.py/html/_sources/acknowledgements.rst.txt
/usr/share/doc/python3-boolean.py/html/_sources/concepts.rst.txt
/usr/share/doc/python3-boolean.py/html/_sources/development_guide.rst.txt
/usr/share/doc/python3-boolean.py/html/_sources/index.rst.txt
/usr/share/doc/python3-boolean.py/html/_sources/users_guide.rst.txt
/usr/share/doc/python3-boolean.py/html/_static
/usr/share/doc/python3-boolean.py/html/_static/basic.css
/usr/share/doc/python3-boolean.py/html/_static/classic.css
/usr/share/doc/python3-boolean.py/html/_static/default.css
/usr/share/doc/python3-boolean.py/html/_static/doctools.js
/usr/share/doc/python3-boolean.py/html/_static/documentation_options.js
/usr/share/doc/python3-boolean.py/html/_static/file.png
/usr/share/doc/python3-boolean.py/html/_static/graphviz.css
/usr/share/doc/python3-boolean.py/html/_static/jquery-3.5.1.js
/usr/share/doc/python3-boolean.py/html/_static/jquery.js
/usr/share/doc/python3-boolean.py/html/_static/language_data.js
/usr/share/doc/python3-boolean.py/html/_static/minus.png
/usr/share/doc/python3-boolean.py/html/_static/plus.png
/usr/share/doc/python3-boolean.py/html/_static/pygments.css
/usr/share/doc/python3-boolean.py/html/_static/searchtools.js
/usr/share/doc/python3-boolean.py/html/_static/sidebar.js
/usr/share/doc/python3-boolean.py/html/_static/underscore-1.13.1.js
/usr/share/doc/python3-boolean.py/html/_static/underscore.js
/usr/share/doc/python3-boolean.py/html/acknowledgements.html
/usr/share/doc/python3-boolean.py/html/concepts.html
/usr/share/doc/python3-boolean.py/html/development_guide.html
/usr/share/doc/python3-boolean.py/html/genindex.html
/usr/share/doc/python3-boolean.py/html/index.html
/usr/share/doc/python3-boolean.py/html/objects.inv
/usr/share/doc/python3-boolean.py/html/search.html
/usr/share/doc/python3-boolean.py/html/searchindex.js
/usr/share/doc/python3-boolean.py/html/users_guide.html
/usr/share/licenses/python3-boolean.py
/usr/share/licenses/python3-boolean.py/LICENSE.txt

References

Summary

In this tutorial we learn how to install python3-boolean on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).