How To Install texlive-cquthesis on Fedora 36
Introduction
In this tutorial we learn how to install texlive-cquthesis on Fedora 36.
What is texlive-cquthesis
CQUThesis stands for Chongqing University Thesis Template for LaTeX, bearing the ability to support bachelor, master, doctor dissertations with grace and speed.
We can use yum or dnf to install texlive-cquthesis on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-cquthesis.
Install texlive-cquthesis 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-cquthesis using dnf by running the following command:
sudo dnf -y install texlive-cquthesis
Install texlive-cquthesis 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-cquthesis using yum by running the following command:
sudo yum -y install texlive-cquthesis
How To Uninstall texlive-cquthesis on Fedora 36
To uninstall only the texlive-cquthesis package we can use the following command:
sudo dnf remove texlive-cquthesis
texlive-cquthesis Package Contents on Fedora 36
/usr/share/licenses/texlive-cquthesis
/usr/share/licenses/texlive-cquthesis/lppl1.3.txt
/usr/share/texlive/texmf-dist/bibtex/bst/cquthesis
/usr/share/texlive/texmf-dist/bibtex/bst/cquthesis/cqunumerical.bst
/usr/share/texlive/texmf-dist/tex/latex/cquthesis
/usr/share/texlive/texmf-dist/tex/latex/cquthesis/cquthesis.cfg
/usr/share/texlive/texmf-dist/tex/latex/cquthesis/cquthesis.cls
/usr/share/texlive/texmf-dist/tex/latex/cquthesis/cquthesis.sty
References
Summary
In this tutorial we learn how to install texlive-cquthesis on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).