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

Last updated: October 05,2024

1. Install "texlive-makerobust.noarch" package

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

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

2. Uninstall "texlive-makerobust.noarch" package

Please follow the guidance below to uninstall texlive-makerobust.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:52:00 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-makerobust
Epoch : 9
Version : svn52811
Release : 48.fc35
Architecture : noarch
Size : 84 k
Source : texlive-2021-48.fc35.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.