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

Last updated: January 15,2025

1. Install "texlive-etextools.noarch" package

This guide covers the steps necessary to install texlive-etextools.noarch on Fedora 35

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

2. Uninstall "texlive-etextools.noarch" package

Please follow the guidance below to uninstall texlive-etextools.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:37:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : texlive-etextools
Epoch : 9
Version : svn20694.3.1415926
Release : 48.fc35
Architecture : noarch
Size : 28 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : e-TeX tools for LaTeX users and package writers
URL : http://tug.org/texlive/
License : LPPL
Description : The package provides many (purely expandable) tools for LaTeX:
: Extensive list management (csv lists, lists of single
: tokens/characters, etoolbox lists); purely expandable loops
: (csvloop, forcsvloop, etc.); conversion (csvtolist, etc.));
: addition/deletion (csvadd, listdel, etc.); Expansion and group
: control: \expandnext, \ExpandAfterCmds, \AfterGroup...; Tests
: on tokens, characters and control sequences (\iffirstchar,
: \ifiscs, \ifdefcount, \@ifchar...); Tests on strings
: (\ifstrnum, \ifuppercase, \DeclareStringFilter...); Purely
: expandable macros with options (\FE@testopt, \FE@ifstar) or
: modifiers (\FE@modifiers); Some purely expandable numerics
: (\interval, \locinterplin). The package is dependent on the
: etex and the etoolbox packages.