How To Install texlive-gnuplottex-doc on Fedora 36

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

Introduction

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

What is texlive-gnuplottex-doc

Documentation for gnuplottex

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

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

sudo dnf -y install texlive-gnuplottex-doc

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

sudo yum -y install texlive-gnuplottex-doc

How To Uninstall texlive-gnuplottex-doc on Fedora 36

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

sudo dnf remove texlive-gnuplottex-doc

texlive-gnuplottex-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-gnuplottex-doc
/usr/share/licenses/texlive-gnuplottex-doc/gpl2.txt
/usr/share/texlive/texmf-dist/doc/latex/gnuplottex
/usr/share/texlive/texmf-dist/doc/latex/gnuplottex/README
/usr/share/texlive/texmf-dist/doc/latex/gnuplottex/SomeValuesForGnuplot.txt
/usr/share/texlive/texmf-dist/doc/latex/gnuplottex/example-pdf.tex
/usr/share/texlive/texmf-dist/doc/latex/gnuplottex/example.gnuplot
/usr/share/texlive/texmf-dist/doc/latex/gnuplottex/gnuplottex.pdf
/usr/share/texlive/texmf-dist/doc/latex/gnuplottex/gpl.txt

References

Summary

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