How to Install and Uninstall texlive-iftex.noarch Package on AlmaLinux 9

Last updated: October 12,2024

1. Install "texlive-iftex.noarch" package

This guide covers the steps necessary to install texlive-iftex.noarch on AlmaLinux 9

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

2. Uninstall "texlive-iftex.noarch" package

Please follow the steps below to uninstall texlive-iftex.noarch on AlmaLinux 9:

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

3. Information about the texlive-iftex.noarch package on AlmaLinux 9

Last metadata expiration check: 0:02:13 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : texlive-iftex
Epoch : 9
Version : 20200406
Release : 26.el9_2
Architecture : noarch
Size : 224 k
Source : texlive-20200406-26.el9_2.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.