How To Install texlive-rcs-multi on Fedora 36

In this tutorial we learn how to install texlive-rcs-multi in Fedora 36. texlive-rcs-multi is Typeset RCS version control in multiple-file documents

Introduction

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

What is texlive-rcs-multi

The package enables the user to typeset version control information provided by RCS keywords (e.g., $ID LaTeX documents that contain multiple TeX files. The package is based on the author’s svn-multi package.

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

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

sudo dnf -y install texlive-rcs-multi

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

sudo yum -y install texlive-rcs-multi

How To Uninstall texlive-rcs-multi on Fedora 36

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

sudo dnf remove texlive-rcs-multi

texlive-rcs-multi Package Contents on Fedora 36

/usr/share/licenses/texlive-rcs-multi
/usr/share/licenses/texlive-rcs-multi/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/rcs-multi
/usr/share/texlive/texmf-dist/tex/latex/rcs-multi/rcs-multi.sty

References

Summary

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