How to Install and Uninstall texlive-boolexpr.noarch Package on Fedora 36
Last updated: January 09,2025
1. Install "texlive-boolexpr.noarch" package
Please follow the guidelines below to install texlive-boolexpr.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
texlive-boolexpr.noarch
Copied
2. Uninstall "texlive-boolexpr.noarch" package
Learn how to uninstall texlive-boolexpr.noarch on Fedora 36:
$
sudo dnf remove
texlive-boolexpr.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the texlive-boolexpr.noarch package on Fedora 36
Last metadata expiration check: 2:09:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : texlive-boolexpr
Epoch : 9
Version : svn17830.3.14
Release : 55.fc36
Architecture : noarch
Size : 18 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : A boolean expression evaluator and a switch command
URL : http://tug.org/texlive/
License : LPPL
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
Available Packages
Name : texlive-boolexpr
Epoch : 9
Version : svn17830.3.14
Release : 55.fc36
Architecture : noarch
Size : 18 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : A boolean expression evaluator and a switch command
URL : http://tug.org/texlive/
License : LPPL
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
: 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{