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

Last updated: November 28,2024

1. Install "texlive-savesym.noarch" package

Please follow the steps below to install texlive-savesym.noarch on Fedora 35

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

2. Uninstall "texlive-savesym.noarch" package

Please follow the instructions below to uninstall texlive-savesym.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:43:16 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : texlive-savesym
Epoch : 9
Version : svn31565.1.2
Release : 48.fc35
Architecture : noarch
Size : 17 k
Source : texlive-2021-48.fc35.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.