How to Install and Uninstall texlive-iftex.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "texlive-iftex.noarch" package

This is a short guide on how to install texlive-iftex.noarch on Fedora 34

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

2. Uninstall "texlive-iftex.noarch" package

Learn how to uninstall texlive-iftex.noarch on Fedora 34:

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

3. Information about the texlive-iftex.noarch package on Fedora 34

Last metadata expiration check: 1:56:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-iftex
Epoch : 9
Version : svn54159
Release : 39.fc34
Architecture : noarch
Size : 22 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Am I running under pdfTeX, XeTeX or LuaTeX?
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : The package, which works both for Plain TeX and for LaTeX,
: defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals for
: testing which engine is being used for typesetting. The package
: also provides the \RequirePDFTeX, \RequireXeTeX, and
: \RequireLuaTeX commands which throw an error if pdfTeX, XeTeX
: or LuaTeX (respectively) is not the engine in use.