How To Install texlive-xtuthesis on Fedora 36

In this tutorial we learn how to install texlive-xtuthesis in Fedora 36. texlive-xtuthesis is XTU thesis template

Introduction

In this tutorial we learn how to install texlive-xtuthesis on Fedora 36.

What is texlive-xtuthesis

The package provides a thesis template for the Xiangtan University.

We can use yum or dnf to install texlive-xtuthesis on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-xtuthesis.

Install texlive-xtuthesis 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-xtuthesis using dnf by running the following command:

sudo dnf -y install texlive-xtuthesis

Install texlive-xtuthesis 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-xtuthesis using yum by running the following command:

sudo yum -y install texlive-xtuthesis

How To Uninstall texlive-xtuthesis on Fedora 36

To uninstall only the texlive-xtuthesis package we can use the following command:

sudo dnf remove texlive-xtuthesis

texlive-xtuthesis Package Contents on Fedora 36

/usr/share/licenses/texlive-xtuthesis
/usr/share/licenses/texlive-xtuthesis/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/README.md
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/body
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/body/aboutme.tex
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/body/bibliography.tex
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/body/elements.tex
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/body/expression.tex
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/body/introduction.tex
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/body/thank.tex
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/body/thesisformat.tex
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/clear.sh
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/figures
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/figures/Correct_Ratio.pdf
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/figures/Lenna.pdf
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/figures/Lenna_e.pdf
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/preface
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/preface/abstract.tex
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/preface/cover.tex
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/reference
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/reference/GBTbibsty.bst
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/reference/IEEEtran.cls
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/reference/ref.bib
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/reference/references.tex
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/xtu.pdf
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/xtuthesis.pdf
/usr/share/texlive/texmf-dist/doc/latex/xtuthesis/xtuthesis.tex
/usr/share/texlive/texmf-dist/tex/latex/xtuthesis
/usr/share/texlive/texmf-dist/tex/latex/xtuthesis/xtuformat.sty

References

Summary

In this tutorial we learn how to install texlive-xtuthesis on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).