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

Last updated: September 28,2024

1. Install "texlive-iftex.noarch" package

Please follow the step by step instructions below to install texlive-iftex.noarch on Fedora 38

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

2. Uninstall "texlive-iftex.noarch" package

Please follow the guidelines below to uninstall texlive-iftex.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:56:50 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : texlive-iftex
Epoch : 10
Version : svn61910
Release : 65.fc38
Architecture : noarch
Size : 21 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : Am I running under pdfTeX, XeTeX or LuaTeX?
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.