How To Install texlive-gitlog on Fedora 36

In this tutorial we learn how to install texlive-gitlog in Fedora 36. texlive-gitlog is Typesetting git changelogs

Introduction

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

What is texlive-gitlog

This package allows git change log history to be incorporated into LaTeX documents; the log data is obtained from the git distributed version control system. The current release (0.0.beta) is a proof-of-concept release to allow users an early evaluation and to attract ideas and support. Requests and suggestions, as well as code contributions are welcome.

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

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

sudo dnf -y install texlive-gitlog

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

sudo yum -y install texlive-gitlog

How To Uninstall texlive-gitlog on Fedora 36

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

sudo dnf remove texlive-gitlog

texlive-gitlog Package Contents on Fedora 36

/usr/share/licenses/texlive-gitlog
/usr/share/licenses/texlive-gitlog/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/gitlog
/usr/share/texlive/texmf-dist/tex/latex/gitlog/gitlog.bbx
/usr/share/texlive/texmf-dist/tex/latex/gitlog/gitlog.dbx
/usr/share/texlive/texmf-dist/tex/latex/gitlog/gitlog.sty

References

Summary

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