How to Install and Uninstall texlive-emarks.noarch Package on Fedora 34

Last updated: May 07,2024

1. Install "texlive-emarks.noarch" package

This guide let you learn how to install texlive-emarks.noarch on Fedora 34

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

2. Uninstall "texlive-emarks.noarch" package

This guide let you learn how to uninstall texlive-emarks.noarch on Fedora 34:

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

3. Information about the texlive-emarks.noarch package on Fedora 34

Last metadata expiration check: 2:05:43 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : texlive-emarks
Epoch : 9
Version : svn24504.1.0
Release : 39.fc34
Architecture : noarch
Size : 20 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Named mark registers with e-TeX
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : E-TeX provides 32 768 mark registers; using this facility is
: far more comfortable than LaTeX tricks with \markright,
: \markboth, \leftmark and \rightmark. The package provides two
: commands for marking: \marksthe and \marksthecs, which have *
: forms which disable expansion; new mark registers are allocated
: as needed. Syntax is closely modelled on the \marks primitive.
: Four commands are provided for retrieving the marks registers'
: content: \thefirstmarks, \thebotmarks, thetopmarks and
: \getthemarks; and the command \ifmarksequal is available for
: comparing the content of marks registers. The package requires
: an e-TeX-enabled engine, and the etex package.