How to Install and Uninstall texlive-boolexpr Package on openSUSE Leap

Last updated: May 03,2024

1. Install "texlive-boolexpr" package

This is a short guide on how to install texlive-boolexpr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install texlive-boolexpr

2. Uninstall "texlive-boolexpr" package

Learn how to uninstall texlive-boolexpr on openSUSE Leap:

$ sudo zypper remove texlive-boolexpr

3. Information about the texlive-boolexpr package on openSUSE Leap

Information for package texlive-boolexpr:
-----------------------------------------
Repository : Main Repository
Name : texlive-boolexpr
Version : 2021.189.3.14svn17830-150400.17.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 6.8 KiB
Installed : No
Status : not installed
Source package : texlive-specs-d-2021-150400.17.1.src
Upstream URL : http://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