How To Install texlive-texplate on Fedora 36
Introduction
In this tutorial we learn how to install texlive-texplate on Fedora 36.
What is texlive-texplate
TeXplate is a tool for creating document structures based on templates. The application name is a word play on TeX and template, so the purpose seems quite obvious provide an easy and straightforward framework for reducing the typical code boilerplate when writing TeX documents. Also note that one can easily extrapolate the use beyond articles and theses text-based structure, given that a corresponding template exists.
We can use yum or dnf to install texlive-texplate on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-texplate.
Install texlive-texplate 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-texplate using dnf by running the following command:
sudo dnf -y install texlive-texplate
Install texlive-texplate 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-texplate using yum by running the following command:
sudo yum -y install texlive-texplate
How To Uninstall texlive-texplate on Fedora 36
To uninstall only the texlive-texplate package we can use the following command:
sudo dnf remove texlive-texplate
texlive-texplate Package Contents on Fedora 36
/usr/bin/texplate
/usr/share/licenses/texlive-texplate
/usr/share/licenses/texlive-texplate/bsd.txt
/usr/share/texlive/texmf-dist/doc/support/texplate
/usr/share/texlive/texmf-dist/doc/support/texplate/README.md
/usr/share/texlive/texmf-dist/doc/support/texplate/texplate-manual.pdf
/usr/share/texlive/texmf-dist/doc/support/texplate/texplate-manual.tex
/usr/share/texlive/texmf-dist/scripts/texplate
/usr/share/texlive/texmf-dist/scripts/texplate/texplate.jar
/usr/share/texlive/texmf-dist/scripts/texplate/texplate.sh
References
Summary
In this tutorial we learn how to install texlive-texplate on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).