How To Install texlive-cnltx on Fedora 36
Introduction
In this tutorial we learn how to install texlive-cnltx
on Fedora 36.
What is texlive-cnltx
This is a versatile bundle of packages and classes for consistent formatting of control sequences, package options, source code examples, and writing a package manual (including an index containing the explained control sequences, options, ldots). The bundle also provides several other small ideas of mine such as a mechansim for providing abbreviations etc. Not at least it provides a number of programming tools. The intention behind this bundle mainly is a selfish one documenting my own packages. The bundle contains an index style file cnltx.ist that should be placed in a directory in a TDS makeindex directory.
We can use yum
or dnf
to install texlive-cnltx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-cnltx.
Install texlive-cnltx 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-cnltx
using dnf
by running the following command:
sudo dnf -y install texlive-cnltx
Install texlive-cnltx 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-cnltx
using yum
by running the following command:
sudo yum -y install texlive-cnltx
How To Uninstall texlive-cnltx on Fedora 36
To uninstall only the texlive-cnltx
package we can use the following command:
sudo dnf remove texlive-cnltx
texlive-cnltx Package Contents on Fedora 36
/usr/share/licenses/texlive-cnltx
/usr/share/licenses/texlive-cnltx/lppl1.3.txt
/usr/share/texlive/texmf-dist/bibtex/bib/cnltx
/usr/share/texlive/texmf-dist/bibtex/bib/cnltx/cnltx.bib
/usr/share/texlive/texmf-dist/makeindex/cnltx
/usr/share/texlive/texmf-dist/makeindex/cnltx/cnltx.ist
/usr/share/texlive/texmf-dist/tex/latex/cnltx
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx-base.sty
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx-doc.cls
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx-example.sty
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx-listings.sty
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx-names.sty
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx-tools.sty
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx-translations.sty
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx.bbx
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx.cbx
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx.dbx
/usr/share/texlive/texmf-dist/tex/latex/cnltx/cnltx.sty
References
Summary
In this tutorial we learn how to install texlive-cnltx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).