How To Install texlive-simple-thesis-dissertation on Fedora 36
Introduction
In this tutorial we learn how to install texlive-simple-thesis-dissertation on Fedora 36.
What is texlive-simple-thesis-dissertation
Template for a simple thesis or dissertation (Ph.D. or master’s degree) or technical report, in XeLaTeX. Simple template that can be further customized or extended, with numerous examples. Consistent style for figures, tables, mathematical theorems, definitions, lemmas, etc.
We can use yum or dnf to install texlive-simple-thesis-dissertation on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-simple-thesis-dissertation.
Install texlive-simple-thesis-dissertation 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-simple-thesis-dissertation using dnf by running the following command:
sudo dnf -y install texlive-simple-thesis-dissertation
Install texlive-simple-thesis-dissertation 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-simple-thesis-dissertation using yum by running the following command:
sudo yum -y install texlive-simple-thesis-dissertation
How To Uninstall texlive-simple-thesis-dissertation on Fedora 36
To uninstall only the texlive-simple-thesis-dissertation package we can use the following command:
sudo dnf remove texlive-simple-thesis-dissertation
texlive-simple-thesis-dissertation Package Contents on Fedora 36
/usr/share/licenses/texlive-simple-thesis-dissertation
/usr/share/licenses/texlive-simple-thesis-dissertation/pd.txt
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Figures
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Figures/Figure-SampleVectorGraphic.odg
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Figures/Figure-SampleVectorGraphic.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/LICENSE
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/README.md
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Thesis-BackMatter.tex
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Thesis-Chapter-ChapAbbr.tex
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Thesis-Chapter-Intro.tex
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Thesis-Chapter-Summary.tex
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Thesis-FrontMatter.tex
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Thesis.bib
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Thesis.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/simple-thesis-dissertation/Thesis.tex
/usr/share/texlive/texmf-dist/tex/xelatex/simple-thesis-dissertation
/usr/share/texlive/texmf-dist/tex/xelatex/simple-thesis-dissertation/simplethesisdissertation.cls
References
Summary
In this tutorial we learn how to install texlive-simple-thesis-dissertation on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).