How to Install and Uninstall texlive-realscripts.noarch Package on CentOS Stream 8

Last updated: May 17,2024

1. Install "texlive-realscripts.noarch" package

Please follow the guidance below to install texlive-realscripts.noarch on CentOS Stream 8

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

2. Uninstall "texlive-realscripts.noarch" package

Here is a brief guide to show you how to uninstall texlive-realscripts.noarch on CentOS Stream 8:

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

3. Information about the texlive-realscripts.noarch package on CentOS Stream 8

Last metadata expiration check: 1:46:11 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : texlive-realscripts
Epoch : 7
Version : 20180414
Release : 29.el8
Architecture : noarch
Size : 129 k
Source : texlive-20180414-29.el8.src.rpm
Repository : appstream
Summary : Access OpenType subscript and superscript glyphs
URL : http://tug.org/texlive/
License : LPPL
Description : This small package replaces \textsuperscript and \textsubscript
: commands by equivalent commands that use OpenType font features
: to access appropriate glyphs if possible. The package also
: patches LaTeX's default footnote command to use this new
: \textsuperscript for footnote symbols. The package requires
: fontspec running on either XeLaTeX or LuaLaTeX. The package
: holds functions that were once parts of the xltxtra package,
: which now loads realscripts by default.