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

Last updated: January 11,2025

1. Install "texlive-makerobust.noarch" package

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

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

2. Uninstall "texlive-makerobust.noarch" package

Please follow the steps below to uninstall texlive-makerobust.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:51:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : texlive-makerobust
Epoch : 9
Version : svn52811
Release : 55.fc36
Architecture : noarch
Size : 84 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : Making a macro robust (legacy package)
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : Heiko Oberdiek's makerobust package defined a command with name
: \MakeRobustCommand that could be used to make fragile commands
: robust. The LaTeX format has, since 2015, included a command
: \MakeRobust with the same syntax and behaviour. Also by 2019,
: almost all commands in LaTeX that may be used in a moving
: argument are already robust. This package is now just a simple
: one-liner defining the name \MakeRobustCommand as an alias for
: \MakeRobust. This package should not be used in any new
: documents.