How To Install texlive-coursepaper on Fedora 36

In this tutorial we learn how to install texlive-coursepaper in Fedora 36. texlive-coursepaper is Prepare university course papers

Introduction

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

What is texlive-coursepaper

Coursepaper is a class with which students can provide simple course papers, in a uniform design to ease the task of marking.

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

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

sudo dnf -y install texlive-coursepaper

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

sudo yum -y install texlive-coursepaper

How To Uninstall texlive-coursepaper on Fedora 36

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

sudo dnf remove texlive-coursepaper

texlive-coursepaper Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/tex/latex/coursepaper
/usr/share/texlive/texmf-dist/tex/latex/coursepaper/coursepaper.cls

References

Summary

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