How To Install texlive-changes on Fedora 36

In this tutorial we learn how to install texlive-changes in Fedora 36. texlive-changes is Manual change markup

Introduction

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

What is texlive-changes

The package allows the user to manually markup changes of text, such as additions, deletions, or replacements. Changed text is shown in a different color; deleted text is striked out. Additionally, text can be highlighted and/or commented. The package allows free definition of additional authors and their associated color. It also allows you to change the markup of changes, authors, highlights or comments. A bash script is provided for removing the changes.

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

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

sudo dnf -y install texlive-changes

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

sudo yum -y install texlive-changes

How To Uninstall texlive-changes on Fedora 36

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

sudo dnf remove texlive-changes

texlive-changes Package Contents on Fedora 36

/usr/share/licenses/texlive-changes
/usr/share/licenses/texlive-changes/lppl1.3.txt
/usr/share/texlive/texmf-dist/scripts/changes
/usr/share/texlive/texmf-dist/scripts/changes/__pycache__
/usr/share/texlive/texmf-dist/scripts/changes/__pycache__/pyMergeChanges.cpython-310.opt-1.pyc
/usr/share/texlive/texmf-dist/scripts/changes/__pycache__/pyMergeChanges.cpython-310.pyc
/usr/share/texlive/texmf-dist/scripts/changes/pyMergeChanges.py
/usr/share/texlive/texmf-dist/tex/latex/changes
/usr/share/texlive/texmf-dist/tex/latex/changes/changes.sty

References

Summary

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