How To Install texlive-pkuthss on Fedora 36

In this tutorial we learn how to install texlive-pkuthss in Fedora 36. texlive-pkuthss is LaTeX template for dissertations in Peking University

Introduction

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

What is texlive-pkuthss

The package provides a simple, clear and flexible LaTeX template for dissertations in Peking University.

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

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

sudo dnf -y install texlive-pkuthss

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

sudo yum -y install texlive-pkuthss

How To Uninstall texlive-pkuthss on Fedora 36

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

sudo dnf remove texlive-pkuthss

texlive-pkuthss Package Contents on Fedora 36

/usr/share/licenses/texlive-pkuthss
/usr/share/licenses/texlive-pkuthss/other-free.txt
/usr/share/texlive/texmf-dist/tex/latex/pkuthss
/usr/share/texlive/texmf-dist/tex/latex/pkuthss/pkulogo.eps
/usr/share/texlive/texmf-dist/tex/latex/pkuthss/pkulogo.pdf
/usr/share/texlive/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def
/usr/share/texlive/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def
/usr/share/texlive/texmf-dist/tex/latex/pkuthss/pkuthss.cls
/usr/share/texlive/texmf-dist/tex/latex/pkuthss/pkuword.eps
/usr/share/texlive/texmf-dist/tex/latex/pkuthss/pkuword.pdf

References

Summary

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