How To Install texlive-rcs-multi-doc on Fedora 36

In this tutorial we learn how to install texlive-rcs-multi-doc in Fedora 36. texlive-rcs-multi-doc is Documentation for rcs-multi

Introduction

In this tutorial we learn how to install texlive-rcs-multi-doc on Fedora 36.

What is texlive-rcs-multi-doc

Documentation for rcs-multi

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

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

sudo dnf -y install texlive-rcs-multi-doc

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

sudo yum -y install texlive-rcs-multi-doc

How To Uninstall texlive-rcs-multi-doc on Fedora 36

To uninstall only the texlive-rcs-multi-doc package we can use the following command:

sudo dnf remove texlive-rcs-multi-doc

texlive-rcs-multi-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-rcs-multi-doc
/usr/share/licenses/texlive-rcs-multi-doc/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/rcs-multi
/usr/share/texlive/texmf-dist/doc/latex/rcs-multi/example.pdf
/usr/share/texlive/texmf-dist/doc/latex/rcs-multi/rcs-multi.pdf

References

Summary

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