How To Install texlive-tcldoc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tcldoc
on Fedora 36.
What is texlive-tcldoc
The tclldoc package and class simplify the application of the doc/docstrip style of literate programming with Dr. John Ousterhout’s Tool Command Language (Tcl, pronounced “tickle”, a.k.a. The Cool Language). The tclldoc package is a bit like the doc package is for LaTeX, whereas the tclldoc class more parallels the ltxdoc class.
We can use yum
or dnf
to install texlive-tcldoc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tcldoc.
Install texlive-tcldoc on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-tcldoc
using dnf
by running the following command:
sudo dnf -y install texlive-tcldoc
Install texlive-tcldoc on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-tcldoc
using yum
by running the following command:
sudo yum -y install texlive-tcldoc
How To Uninstall texlive-tcldoc on Fedora 36
To uninstall only the texlive-tcldoc
package we can use the following command:
sudo dnf remove texlive-tcldoc
texlive-tcldoc Package Contents on Fedora 36
/usr/share/licenses/texlive-tcldoc
/usr/share/licenses/texlive-tcldoc/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/tcldoc
/usr/share/texlive/texmf-dist/tex/latex/tcldoc/tcldoc.cls
/usr/share/texlive/texmf-dist/tex/latex/tcldoc/tcldoc.sty
/usr/share/texlive/texmf-dist/tex/latex/tcldoc/tclldoc.cls
/usr/share/texlive/texmf-dist/tex/latex/tcldoc/tclldoc.sty
References
Summary
In this tutorial we learn how to install texlive-tcldoc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).