How to Install and Uninstall python3-boolean.py.noarch Package on Fedora 39

Last updated: November 27,2024

1. Install "python3-boolean.py.noarch" package

This is a short guide on how to install python3-boolean.py.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-boolean.py.noarch

2. Uninstall "python3-boolean.py.noarch" package

Please follow the guidance below to uninstall python3-boolean.py.noarch on Fedora 39:

$ sudo dnf remove python3-boolean.py.noarch $ sudo dnf autoremove

3. Information about the python3-boolean.py.noarch package on Fedora 39

Last metadata expiration check: 3:01:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-boolean.py
Version : 4.0
Release : 4.fc39
Architecture : noarch
Size : 111 k
Source : python-boolean.py-4.0-4.fc39.src.rpm
Repository : fedora
Summary : Define boolean algebras, and create and parse boolean expressions
URL : https://github.com/bastikr/boolean.py
License : BSD
Description : "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.