How To Install texlive-latex4wp-doc on Fedora 36

In this tutorial we learn how to install texlive-latex4wp-doc in Fedora 36. texlive-latex4wp-doc is Documentation for latex4wp

Introduction

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

What is texlive-latex4wp-doc

Documentation for latex4wp

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

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

sudo dnf -y install texlive-latex4wp-doc

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

sudo yum -y install texlive-latex4wp-doc

How To Uninstall texlive-latex4wp-doc on Fedora 36

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

sudo dnf remove texlive-latex4wp-doc

texlive-latex4wp-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-latex4wp-doc
/usr/share/licenses/texlive-latex4wp-doc/fdl.txt
/usr/share/texlive/texmf-dist/doc/latex/latex4wp
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/HOW-TO-TYPESET
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/README
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/dat2tex.sh
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/exa.sty
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/gnuplot.gp
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/gnuplot.pdf
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/inkscape-tb.png
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/inkscape.png
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/latex4wp.pdf
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/latex4wp.tex
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/midifile.mid
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/tbx.eps
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/tbx.pdf
/usr/share/texlive/texmf-dist/doc/latex/latex4wp/tbx.tex

References

Summary

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