How To Install texlive-datetime2-english on Fedora 36

In this tutorial we learn how to install texlive-datetime2-english in Fedora 36. texlive-datetime2-english is English language module for the datetime2 package

Introduction

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

What is texlive-datetime2-english

This module provides the following styles that can be set using \DTMsetstyle provided by datetime2.sty. The region not only determines the date/time format but also the time zone abbreviations if the zone mapping setting is on. english (English - no region) en-GB (English - United Kingdom of Great Britain and Northern Ireland) en-US (English - United States of America) en-CA (English - Canada) en-AU (English - Commonwealth of Australia) en-NZ (English - New Zealand) en-GG (English - Bailiwick of Guernsey) en-JE (English - Bailiwick of Jersey) en- IM (English - Isle of Man) en-MT (English - Republic of Malta) en-IE (English - Republic of Ireland)

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

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

sudo dnf -y install texlive-datetime2-english

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

sudo yum -y install texlive-datetime2-english

How To Uninstall texlive-datetime2-english on Fedora 36

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

sudo dnf remove texlive-datetime2-english

texlive-datetime2-english Package Contents on Fedora 36

/usr/share/licenses/texlive-datetime2-english
/usr/share/licenses/texlive-datetime2-english/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf
/usr/share/texlive/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf

References

Summary

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