How To Install texlive-scrlttr2copy on Fedora 36

In this tutorial we learn how to install texlive-scrlttr2copy in Fedora 36. texlive-scrlttr2copy is A letter class option file for the automatic creation of copies

Introduction

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

What is texlive-scrlttr2copy

The file copy.lco provides the new class option “copy” for the KOMA-Script letter class scrlttr2. If the option “copy” is given, all pages of a specific letter are duplicated with background text marking as copies.

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

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

sudo dnf -y install texlive-scrlttr2copy

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

sudo yum -y install texlive-scrlttr2copy

How To Uninstall texlive-scrlttr2copy on Fedora 36

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

sudo dnf remove texlive-scrlttr2copy

texlive-scrlttr2copy Package Contents on Fedora 36

/usr/share/licenses/texlive-scrlttr2copy
/usr/share/licenses/texlive-scrlttr2copy/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/scrlttr2copy
/usr/share/texlive/texmf-dist/tex/latex/scrlttr2copy/copy.lco

References

Summary

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