How to Install and Uninstall texlive-xstring.noarch Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "texlive-xstring.noarch" package

In this section, we are going to explain the necessary steps to install texlive-xstring.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the texlive-xstring.noarch package on Oracle Linux 9

Last metadata expiration check: 2:45:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : texlive-xstring
Epoch : 9
Version : 20200406
Release : 26.el9_2
Architecture : noarch
Size : 670 k
Source : texlive-20200406-26.el9_2.src.rpm
Repository : ol9_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.