How to Install and Uninstall texlive-iftex.noarch Package on CentOS Stream 8

Last updated: May 02,2024

1. Install "texlive-iftex.noarch" package

Learn how to install texlive-iftex.noarch on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the texlive-iftex.noarch package on CentOS Stream 8

Last metadata expiration check: 5:01:46 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : texlive-iftex
Epoch : 7
Version : 20180414
Release : 29.el8
Architecture : noarch
Size : 57 k
Source : texlive-20180414-29.el8.src.rpm
Repository : appstream
Summary : Am I running under pdfTeX, XeTeX or LuaTeX?
URL : http://tug.org/texlive/
License : LPPL
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.