How To Install texlive-censor on Fedora 36

In this tutorial we learn how to install texlive-censor in Fedora 36. texlive-censor is Facilities for controlling restricted text in a document

Introduction

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

What is texlive-censor

The package allows a convenient redaction/censor capability to be employed, for those who need to protect restricted information, etc. The package can “redact” anything that can be enclosed by a LaTeX box.

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

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

sudo dnf -y install texlive-censor

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

sudo yum -y install texlive-censor

How To Uninstall texlive-censor on Fedora 36

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

sudo dnf remove texlive-censor

texlive-censor Package Contents on Fedora 36

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

References

Summary

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