How To Install texlive-easyreview on Fedora 36

In this tutorial we learn how to install texlive-easyreview in Fedora 36. texlive-easyreview is Package to provide a way to review (or perform editorial process) in LaTeX

Introduction

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

What is texlive-easyreview

The easyReview package provides a way to review (or perform editorial process) in LaTeX. You can use the provided commands to claim attention in different ways to part of the text, or even to indicate that a text was added, needs to be removed, needs to be replaced and add comments to the text.

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

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

sudo dnf -y install texlive-easyreview

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

sudo yum -y install texlive-easyreview

How To Uninstall texlive-easyreview on Fedora 36

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

sudo dnf remove texlive-easyreview

texlive-easyreview Package Contents on Fedora 36

/usr/share/licenses/texlive-easyreview
/usr/share/licenses/texlive-easyreview/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/easyreview
/usr/share/texlive/texmf-dist/tex/latex/easyreview/easyReview.sty

References

Summary

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