How to Install and Uninstall texlive-ifnextok.noarch Package on Fedora 35

Last updated: May 18,2024

1. Install "texlive-ifnextok.noarch" package

This guide covers the steps necessary to install texlive-ifnextok.noarch on Fedora 35

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

2. Uninstall "texlive-ifnextok.noarch" package

Please follow the instructions below to uninstall texlive-ifnextok.noarch on Fedora 35:

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

3. Information about the texlive-ifnextok.noarch package on Fedora 35

Last metadata expiration check: 3:21:38 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : texlive-ifnextok
Epoch : 9
Version : svn23379.0.3
Release : 48.fc35
Architecture : noarch
Size : 29 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Utility macro: peek ahead without ignoring spaces
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : The package deals with the behaviour of the LaTeX internal
: command \@ifnextchar, which skips blank spaces. This has the
: potential to surprise users, since it can produce really
: unwanted effects. A common example occurs with brackets
: starting a line following \\: the command looks for an optional
: argument, whereas the user wants the brackets to be printed.
: The package offers commands and options for modifying this
: behaviour, maybe limited to certain parts of the document
: source.