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

Last updated: November 29,2024

1. Install "texlive-iftex.noarch" package

Here is a brief guide to show you how to install texlive-iftex.noarch on Fedora 35

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

2. Uninstall "texlive-iftex.noarch" package

Here is a brief guide to show you how to uninstall texlive-iftex.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:21:42 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : texlive-iftex
Epoch : 9
Version : svn56594
Release : 48.fc35
Architecture : noarch
Size : 23 k
Source : texlive-2021-48.fc35.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.