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

Last updated: May 21,2024

1. Install "texlive-savesym.noarch" package

Please follow the guidance below to install texlive-savesym.noarch on Fedora 34

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

2. Uninstall "texlive-savesym.noarch" package

Here is a brief guide to show you how to uninstall texlive-savesym.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:48:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-savesym
Epoch : 9
Version : svn31565.1.2
Release : 39.fc34
Architecture : noarch
Size : 17 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Redefine symbols where names conflict
URL : http://tug.org/texlive/
License : LPPL
Description : There are a number of symbols (e.g., \Square) that are defined
: by several packages. In order to typeset all the variants in a
: document, we have to give the glyph a unique name. To do that,
: we define \savesymbol{XXX}, which renames a symbol from \XXX to
: \origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXX
: back to \XXX and defines a new command, \yyyXXX, which
: corresponds to the most recently loaded version of \XXX.