How To Install texlive-eukdate on Fedora 36
Introduction
In this tutorial we learn how to install texlive-eukdate on Fedora 36.
What is texlive-eukdate
The package is used to change the format of \today’s date, including the weekday, e.g., “Saturday, 26 June 2008”, the ‘UK format’, which is preferred in many parts of the world, as distinct from that which is used in \maketitle of the article class, “June 26, 2008”, the ‘US format’.
We can use yum or dnf to install texlive-eukdate on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-eukdate.
Install texlive-eukdate 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-eukdate using dnf by running the following command:
sudo dnf -y install texlive-eukdate
Install texlive-eukdate 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-eukdate using yum by running the following command:
sudo yum -y install texlive-eukdate
How To Uninstall texlive-eukdate on Fedora 36
To uninstall only the texlive-eukdate package we can use the following command:
sudo dnf remove texlive-eukdate
texlive-eukdate Package Contents on Fedora 36
/usr/share/licenses/texlive-eukdate
/usr/share/licenses/texlive-eukdate/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/eukdate
/usr/share/texlive/texmf-dist/tex/latex/eukdate/eukdate.sty
References
Summary
In this tutorial we learn how to install texlive-eukdate on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).