How to Install and Uninstall texlive-boolexpr Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "texlive-boolexpr" package

Please follow the steps below to install texlive-boolexpr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install texlive-boolexpr

2. Uninstall "texlive-boolexpr" package

Learn how to uninstall texlive-boolexpr on openSuSE Tumbleweed:

$ sudo zypper remove texlive-boolexpr

3. Information about the texlive-boolexpr package on openSuSE Tumbleweed

Information for package texlive-boolexpr:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-boolexpr
Version : 2023.209.3.14svn17830-53.2
Arch : noarch
Vendor : openSUSE
Installed Size : 6.8 KiB
Installed : No
Status : not installed
Source package : texlive-specs-d-2023-53.2.src
Upstream URL : https://www.tug.org/texlive/
Summary : A boolean expression evaluator and a switch command
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

5. The same packages on other Linux Distributions