How to Install and Uninstall texlive-boolexpr.noarch Package on Fedora 38

Last updated: January 12,2025

1. Install "texlive-boolexpr.noarch" package

Please follow the instructions below to install texlive-boolexpr.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install texlive-boolexpr.noarch

2. Uninstall "texlive-boolexpr.noarch" package

Please follow the steps below to uninstall texlive-boolexpr.noarch on Fedora 38:

$ sudo dnf remove texlive-boolexpr.noarch $ sudo dnf autoremove

3. Information about the texlive-boolexpr.noarch package on Fedora 38

Last metadata expiration check: 1:57:35 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : texlive-boolexpr
Epoch : 10
Version : svn17830.3.14
Release : 65.fc38
Architecture : noarch
Size : 17 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : A boolean expression evaluator and a switch command
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : The \boolexpr macro evaluates boolean expressions in a purely
: expandable way. \boolexpr{ A \OR B \AND C } expands to 0 if the
: logical expression is TRUE. A, B, C may be: numeric expressions
: such as: x=y, x<>y, x>y or x : 0\else 1\fi; - conditionals: \ifcsname whatsit\endcsname 0\else
: 1\fi; - another \boolexpr: \boolexpr{ D \OR E \AND F }:
: \boolexpr may be used with \ifcase: \ifcase\boolexpr{ A \OR B
: \AND C } What to do if true \else What to do if false \fi The
: \switch command (which is also expandable) has the form:
: \switch \case{} ... \case{ : expression>} ... ... \otherwise ... \endswitch