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

Last updated: October 04,2024

1. Install "texlive-makerobust.noarch" package

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

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

2. Uninstall "texlive-makerobust.noarch" package

Learn how to uninstall texlive-makerobust.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:28:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : texlive-makerobust
Epoch : 9
Version : svn52811
Release : 39.fc34
Architecture : noarch
Size : 84 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
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.