How to Install and Uninstall texlive-xstring.noarch Package on CentOS 8 / RHEL 8

Last updated: July 01,2024

1. Install "texlive-xstring.noarch" package

Please follow the instructions below to install texlive-xstring.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "texlive-xstring.noarch" package

Please follow the step by step instructions below to uninstall texlive-xstring.noarch on CentOS 8 / RHEL 8:

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

3. Information about the texlive-xstring.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:51:52 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : texlive-xstring
Epoch : 7
Version : 20180414
Release : 19.el8
Architecture : noarch
Size : 509 k
Source : texlive-20180414-19.el8.src.rpm
Repository : appstream
Summary : String manipulation for (La)TeX
URL : http://tug.org/texlive/
License : LPPL
Description : The package provides macros for manipulating strings -- testing
: a string's contents, extracting substrings, substitution of
: substrings and providing numbers such as string length,
: position of, or number of recurrences of, a substring. The
: package works equally in Plain TeX and LaTeX (though e-TeX is
: always required). The strings to be processed may contain
: (expandable) macros.