How To Install texlive-ku-template on Fedora 36

In this tutorial we learn how to install texlive-ku-template in Fedora 36. texlive-ku-template is Template for University of Copenhagen logos

Introduction

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

What is texlive-ku-template

A comprehensive package for adding University of Copenhagen or faculty logo to your front page. For use by student or staff at University of Copenhagen / Københavns Universitet.

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

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

sudo dnf -y install texlive-ku-template

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

sudo yum -y install texlive-ku-template

How To Uninstall texlive-ku-template on Fedora 36

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

sudo dnf remove texlive-ku-template

texlive-ku-template Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/ku-template
/usr/share/texlive/texmf-dist/doc/latex/ku-template/README.txt
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/hum-da.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/hum-en.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/jur-da.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/jur-en.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/ku-da.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/ku-en.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/sam-da.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/sam-en.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/sci-da.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/sci-en.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/sun-da.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/sun-en.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/teo-da.pdf
/usr/share/texlive/texmf-dist/doc/latex/ku-template/images/teo-en.pdf
/usr/share/texlive/texmf-dist/tex/latex/ku-template
/usr/share/texlive/texmf-dist/tex/latex/ku-template/ku-template.sty

References

Summary

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