How to Install and Uninstall texlive-ifplatform.noarch Package on CentOS Stream 9

Last updated: September 30,2024

1. Install "texlive-ifplatform.noarch" package

This is a short guide on how to install texlive-ifplatform.noarch on CentOS Stream 9

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

2. Uninstall "texlive-ifplatform.noarch" package

Please follow the guidelines below to uninstall texlive-ifplatform.noarch on CentOS Stream 9:

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

3. Information about the texlive-ifplatform.noarch package on CentOS Stream 9

Last metadata expiration check: 0:34:55 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : texlive-ifplatform
Epoch : 9
Version : 20200406
Release : 26.el9
Architecture : noarch
Size : 158 k
Source : texlive-20200406-26.el9.src.rpm
Repository : appstream
Summary : Conditionals to test which platform is being used
URL : http://tug.org/texlive/
License : LPPL
Description : This package uses the (La)TeX extension -shell-escape to
: establish whether the document is being processed on a Windows
: or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin
: (Unix environment over a windows system). Booleans provided
: are: \ifwindows, \iflinux, \ifmacosx and \ifcygwin. The package
: also preserves the output of uname on a Unix-like system, which
: may be used to distinguish between various classes of Unix
: systems.