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

Last updated: November 29,2024

1. Install "texlive-etextools.noarch" package

This is a short guide on how to install texlive-etextools.noarch on Fedora 39

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

2. Uninstall "texlive-etextools.noarch" package

In this section, we are going to explain the necessary steps to uninstall texlive-etextools.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:04:58 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-etextools
Epoch : 11
Version : svn20694.3.1415926
Release : 69.fc39
Architecture : noarch
Size : 26 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : e-TeX tools for LaTeX users and package writers
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.