How To Install texlive-drv-doc on Fedora 36

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

Introduction

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

What is texlive-drv-doc

Documentation for drv

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

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

sudo dnf -y install texlive-drv-doc

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

sudo yum -y install texlive-drv-doc

How To Uninstall texlive-drv-doc on Fedora 36

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

sudo dnf remove texlive-drv-doc

texlive-drv-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-drv-doc
/usr/share/licenses/texlive-drv-doc/lppl1.txt
/usr/share/texlive/texmf-dist/doc/metapost/drv
/usr/share/texlive/texmf-dist/doc/metapost/drv/README
/usr/share/texlive/texmf-dist/doc/metapost/drv/doc
/usr/share/texlive/texmf-dist/doc/metapost/drv/doc/drv-guide.mp
/usr/share/texlive/texmf-dist/doc/metapost/drv/doc/drv-guide.tex
/usr/share/texlive/texmf-dist/doc/metapost/drv/doc/drv.mp
/usr/share/texlive/texmf-dist/doc/metapost/drv/doc/makefile
/usr/share/texlive/texmf-dist/doc/metapost/drv/doc/readme.sh
/usr/share/texlive/texmf-dist/doc/metapost/drv/drv-guide.pdf
/usr/share/texlive/texmf-dist/doc/metapost/drv/sample
/usr/share/texlive/texmf-dist/doc/metapost/drv/sample/coq-sample.mp
/usr/share/texlive/texmf-dist/doc/metapost/drv/sample/coq-sample.tex
/usr/share/texlive/texmf-dist/doc/metapost/drv/sample/drv.mp
/usr/share/texlive/texmf-dist/doc/metapost/drv/sample/makefile
/usr/share/texlive/texmf-dist/doc/metapost/drv/sample/readme.sh
/usr/share/texlive/texmf-dist/doc/metapost/drv/template
/usr/share/texlive/texmf-dist/doc/metapost/drv/template/drv.mp
/usr/share/texlive/texmf-dist/doc/metapost/drv/template/makefile
/usr/share/texlive/texmf-dist/doc/metapost/drv/template/readme.sh
/usr/share/texlive/texmf-dist/doc/metapost/drv/template/template.mp
/usr/share/texlive/texmf-dist/doc/metapost/drv/template/template.tex

References

Summary

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