How To Install texlive-draftcopy on Fedora 36
Introduction
In this tutorial we learn how to install texlive-draftcopy on Fedora 36.
What is texlive-draftcopy
Places the word DRAFT (or other words) in light grey diagonally across the background (or at the bottom) of each (or selected) pages of the document. The package uses PostScript \special commands, and may not therefore be used with PDFLaTeX. For that usage, consider the wallpaper or draftwatermark packages.
We can use yum or dnf to install texlive-draftcopy on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-draftcopy.
Install texlive-draftcopy 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-draftcopy using dnf by running the following command:
sudo dnf -y install texlive-draftcopy
Install texlive-draftcopy 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-draftcopy using yum by running the following command:
sudo yum -y install texlive-draftcopy
How To Uninstall texlive-draftcopy on Fedora 36
To uninstall only the texlive-draftcopy package we can use the following command:
sudo dnf remove texlive-draftcopy
texlive-draftcopy Package Contents on Fedora 36
/usr/share/licenses/texlive-draftcopy
/usr/share/licenses/texlive-draftcopy/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/draftcopy
/usr/share/texlive/texmf-dist/tex/latex/draftcopy/draftcopy.cfg
/usr/share/texlive/texmf-dist/tex/latex/draftcopy/draftcopy.sty
References
Summary
In this tutorial we learn how to install texlive-draftcopy on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).