How To Install texlive-dtxgen on Fedora 36

In this tutorial we learn how to install texlive-dtxgen in Fedora 36. texlive-dtxgen is Creates a template for a self-extracting .dtx file

Introduction

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

What is texlive-dtxgen

The bash script dtxgen creates a template for a self-extracting .dtx file. It is useful for those who plan to create a new Documented LaTeX Source (.dtx) file.

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

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

sudo dnf -y install texlive-dtxgen

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

sudo yum -y install texlive-dtxgen

How To Uninstall texlive-dtxgen on Fedora 36

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

sudo dnf remove texlive-dtxgen

texlive-dtxgen Package Contents on Fedora 36

/usr/bin/dtxgen
/usr/share/licenses/texlive-dtxgen
/usr/share/licenses/texlive-dtxgen/gpl.txt
/usr/share/texlive/texmf-dist/doc/support/dtxgen
/usr/share/texlive/texmf-dist/doc/support/dtxgen/README
/usr/share/texlive/texmf-dist/doc/support/dtxgen/dtxgen.pdf
/usr/share/texlive/texmf-dist/scripts/dtxgen
/usr/share/texlive/texmf-dist/scripts/dtxgen/dtxgen

References

Summary

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