How To Install texlive-ordinalpt on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ordinalpt on Fedora 36.
What is texlive-ordinalpt
The package provides a counter style (like \arabic, \alph and others) which produces as output strings like “primeiro” (“first” in Portuguese), “segundo” (second), and so on up to 1999th. Separate counter commands are provided for different letter case variants, and for masculine and feminine gender inflections.
We can use yum or dnf to install texlive-ordinalpt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ordinalpt.
Install texlive-ordinalpt 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-ordinalpt using dnf by running the following command:
sudo dnf -y install texlive-ordinalpt
Install texlive-ordinalpt 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-ordinalpt using yum by running the following command:
sudo yum -y install texlive-ordinalpt
How To Uninstall texlive-ordinalpt on Fedora 36
To uninstall only the texlive-ordinalpt package we can use the following command:
sudo dnf remove texlive-ordinalpt
texlive-ordinalpt Package Contents on Fedora 36
/usr/share/licenses/texlive-ordinalpt
/usr/share/licenses/texlive-ordinalpt/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/ordinalpt
/usr/share/texlive/texmf-dist/tex/latex/ordinalpt/ordinalpt.sty
References
Summary
In this tutorial we learn how to install texlive-ordinalpt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).