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

Last updated: September 28,2024

1. Install "texlive-cluttex.noarch" package

This tutorial shows how to install texlive-cluttex.noarch on Fedora 39

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

2. Uninstall "texlive-cluttex.noarch" package

Please follow the guidelines below to uninstall texlive-cluttex.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:44:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-cluttex
Epoch : 11
Version : svn60964
Release : 77.fc39
Architecture : noarch
Size : 407 k
Source : texlive-base-20230311-77.fc39.src.rpm
Repository : fedora
Summary : An automation tool for running LaTeX
URL : http://tug.org/texlive/
License : GPL-3.0-or-later
Description : This is another tool for the automation of LaTeX document
: processing, like latexmk or arara. The main feature of this
: tool is that it does not clutter your working directory with
: .aux or .log or other auxiliary files. It has of course the
: usual features of automation tools: It automatically re-runs
: (La)TeX for cross-references. MakeIndex, BibTeX, Biber, or
: makeglossaries will be executed if a corresponding option is
: set. Furthermore, cluttex can watch input files for changes
: (using an external program).