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

Last updated: March 01,2025

1. Install "texlive-ifplatform.noarch" package

Please follow the guidelines below to install texlive-ifplatform.noarch on Fedora 38

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

2. Uninstall "texlive-ifplatform.noarch" package

This is a short guide on how to uninstall texlive-ifplatform.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:45:34 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : texlive-ifplatform
Epoch : 10
Version : svn45533
Release : 65.fc38
Architecture : noarch
Size : 16 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : Conditionals to test which platform is being used
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.