How To Install texlive-repltext on Fedora 36

In this tutorial we learn how to install texlive-repltext in Fedora 36. texlive-repltext is Control how text gets copied from a PDF file

Introduction

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

What is texlive-repltext

The repltext package exposes to LaTeX a relatively obscure PDF feature for a piece of text, it is the replacement text, not the typeset text that is copied and pasted.

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

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

sudo dnf -y install texlive-repltext

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

sudo yum -y install texlive-repltext

How To Uninstall texlive-repltext on Fedora 36

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

sudo dnf remove texlive-repltext

texlive-repltext Package Contents on Fedora 36

/usr/share/licenses/texlive-repltext
/usr/share/licenses/texlive-repltext/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/repltext
/usr/share/texlive/texmf-dist/tex/latex/repltext/repltext.sty

References

Summary

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