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

Last updated: October 09,2024

1. Install "texlive-ifnextok.noarch" package

This is a short guide on how to install texlive-ifnextok.noarch on Fedora 36

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

2. Uninstall "texlive-ifnextok.noarch" package

This guide let you learn how to uninstall texlive-ifnextok.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:20:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : texlive-ifnextok
Epoch : 9
Version : svn23379.0.3
Release : 55.fc36
Architecture : noarch
Size : 28 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
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.