How To Install texlive-hitszthesis on Fedora 36
Introduction
In this tutorial we learn how to install texlive-hitszthesis
on Fedora 36.
What is texlive-hitszthesis
This package provides a dissertation template for Harbin Institute of Technology, ShenZhen (HITSZ), including bachelor, master and doctor dissertations.
We can use yum
or dnf
to install texlive-hitszthesis
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-hitszthesis.
Install texlive-hitszthesis 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-hitszthesis
using dnf
by running the following command:
sudo dnf -y install texlive-hitszthesis
Install texlive-hitszthesis 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-hitszthesis
using yum
by running the following command:
sudo yum -y install texlive-hitszthesis
How To Uninstall texlive-hitszthesis on Fedora 36
To uninstall only the texlive-hitszthesis
package we can use the following command:
sudo dnf remove texlive-hitszthesis
texlive-hitszthesis Package Contents on Fedora 36
/usr/share/licenses/texlive-hitszthesis
/usr/share/licenses/texlive-hitszthesis/lppl1.3c.txt
/usr/share/texlive/texmf-dist/bibtex/bst/hitszthesis
/usr/share/texlive/texmf-dist/bibtex/bst/hitszthesis/hitszthesis.bst
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/README.md
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back/acknowledgements.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back/appendix01.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back/appendix02.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back/appendix03.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back/appendixA.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back/appendixB.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back/ceindex.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back/conclusion.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back/publications.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/back/resume.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/body
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/body/chapter01.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/body/chapter02.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/body/chapter03.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/body/chapter04.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/body/chapter05.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/body/chapter06.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/ctex-fontset-siyuan.def
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/dtx-style.sty
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/figures
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/figures/bthesistitle.eps
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/figures/golfer.eps
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/figures/hitlogo.eps
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/front
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/front/coverinformation.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/front/denotation.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/hitszthesis-bachelor.pdf
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/hitszthesis-doctor.pdf
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/hitszthesis-example.tex
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/hitszthesis-master.pdf
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/hitszthesis.cfg
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/hitszthesis.pdf
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/latexmkrc
/usr/share/texlive/texmf-dist/doc/latex/hitszthesis/reference.bib
/usr/share/texlive/texmf-dist/makeindex/hitszthesis
/usr/share/texlive/texmf-dist/makeindex/hitszthesis/hitszthesis.ist
/usr/share/texlive/texmf-dist/tex/latex/hitszthesis
/usr/share/texlive/texmf-dist/tex/latex/hitszthesis/hitszthesis.cls
/usr/share/texlive/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty
References
Summary
In this tutorial we learn how to install texlive-hitszthesis
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).