How To Install texlive-tikz-3dplot-doc on Fedora 36

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

Introduction

In this tutorial we learn how to install texlive-tikz-3dplot-doc on Fedora 36.

What is texlive-tikz-3dplot-doc

Documentation for tikz-3dplot

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

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

sudo dnf -y install texlive-tikz-3dplot-doc

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

sudo yum -y install texlive-tikz-3dplot-doc

How To Uninstall texlive-tikz-3dplot-doc on Fedora 36

To uninstall only the texlive-tikz-3dplot-doc package we can use the following command:

sudo dnf remove texlive-tikz-3dplot-doc

texlive-tikz-3dplot-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-tikz-3dplot-doc
/usr/share/licenses/texlive-tikz-3dplot-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/tikz-3dplot
/usr/share/texlive/texmf-dist/doc/latex/tikz-3dplot/CHANGELOG
/usr/share/texlive/texmf-dist/doc/latex/tikz-3dplot/README
/usr/share/texlive/texmf-dist/doc/latex/tikz-3dplot/externalize_images.bat
/usr/share/texlive/texmf-dist/doc/latex/tikz-3dplot/tikz-3dplot_documentation.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikz-3dplot/tikz-3dplot_documentation.tex
/usr/share/texlive/texmf-dist/doc/latex/tikz-3dplot/tikz-3dplot_documentation_figures.tex

References

Summary

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