How To Install texlive-chronology on Fedora 36

In this tutorial we learn how to install texlive-chronology in Fedora 36. texlive-chronology is Provides a horizontal timeline

Introduction

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

What is texlive-chronology

A timeline package that allows labelling of events with per-day granularity. Other features include relative positioning with unit specification, adjustable tick mark step size, and scaling to specified width.

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

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

sudo dnf -y install texlive-chronology

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

sudo yum -y install texlive-chronology

How To Uninstall texlive-chronology on Fedora 36

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

sudo dnf remove texlive-chronology

texlive-chronology Package Contents on Fedora 36

/usr/share/licenses/texlive-chronology
/usr/share/licenses/texlive-chronology/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/chronology
/usr/share/texlive/texmf-dist/tex/latex/chronology/chronology.sty

References

Summary

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