How To Install texlive-hindawi-latex-template on Fedora 36
Introduction
In this tutorial we learn how to install texlive-hindawi-latex-template on Fedora 36.
What is texlive-hindawi-latex-template
This package contains a LaTeX template for authors of the Hindawi journals. Authors can use this template for formatting their research articles for submissions. The package has been created and is maintained by the Typeset team.
We can use yum or dnf to install texlive-hindawi-latex-template on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-hindawi-latex-template.
Install texlive-hindawi-latex-template 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-hindawi-latex-template using dnf by running the following command:
sudo dnf -y install texlive-hindawi-latex-template
Install texlive-hindawi-latex-template 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-hindawi-latex-template using yum by running the following command:
sudo yum -y install texlive-hindawi-latex-template
How To Uninstall texlive-hindawi-latex-template on Fedora 36
To uninstall only the texlive-hindawi-latex-template package we can use the following command:
sudo dnf remove texlive-hindawi-latex-template
texlive-hindawi-latex-template Package Contents on Fedora 36
/usr/share/licenses/texlive-hindawi-latex-template
/usr/share/licenses/texlive-hindawi-latex-template/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/hindawi-latex-template
/usr/share/texlive/texmf-dist/doc/latex/hindawi-latex-template/README
/usr/share/texlive/texmf-dist/doc/latex/hindawi-latex-template/hindawi_bib_style.bst
/usr/share/texlive/texmf-dist/doc/latex/hindawi-latex-template/hindawi_latex_template.pdf
/usr/share/texlive/texmf-dist/doc/latex/hindawi-latex-template/hindawi_latex_template.tex
References
Summary
In this tutorial we learn how to install texlive-hindawi-latex-template on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).