How To Install texlive-seuthesix on Fedora 36
Introduction
In this tutorial we learn how to install texlive-seuthesix on Fedora 36.
What is texlive-seuthesix
This project provides a LaTeX document class as well as a bibliography style file for typesetting theses at the Southeast University, Nanjing, China. It is based on the seuthesis package which, according to the author of seuthesix, is buggy and has not been maintained for some time.
We can use yum or dnf to install texlive-seuthesix on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-seuthesix.
Install texlive-seuthesix 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-seuthesix using dnf by running the following command:
sudo dnf -y install texlive-seuthesix
Install texlive-seuthesix 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-seuthesix using yum by running the following command:
sudo yum -y install texlive-seuthesix
How To Uninstall texlive-seuthesix on Fedora 36
To uninstall only the texlive-seuthesix package we can use the following command:
sudo dnf remove texlive-seuthesix
texlive-seuthesix Package Contents on Fedora 36
/usr/share/licenses/texlive-seuthesix
/usr/share/licenses/texlive-seuthesix/gpl3.txt
/usr/share/texlive/texmf-dist/bibtex/bst/seuthesix
/usr/share/texlive/texmf-dist/bibtex/bst/seuthesix/seuthesix.bst
/usr/share/texlive/texmf-dist/tex/latex/seuthesix
/usr/share/texlive/texmf-dist/tex/latex/seuthesix/seuthesix.cfg
/usr/share/texlive/texmf-dist/tex/latex/seuthesix/seuthesix.cls
References
Summary
In this tutorial we learn how to install texlive-seuthesix on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).