How To Install texlive-mfirstuc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-mfirstuc on Fedora 36.
What is texlive-mfirstuc
The package provides commands \makefirstuc that uppercases the first letter in its argument, and \xmakefirstuc which expands the argument before uppercasing.
We can use yum or dnf to install texlive-mfirstuc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mfirstuc.
Install texlive-mfirstuc 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-mfirstuc using dnf by running the following command:
sudo dnf -y install texlive-mfirstuc
Install texlive-mfirstuc 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-mfirstuc using yum by running the following command:
sudo yum -y install texlive-mfirstuc
How To Uninstall texlive-mfirstuc on Fedora 36
To uninstall only the texlive-mfirstuc package we can use the following command:
sudo dnf remove texlive-mfirstuc
texlive-mfirstuc Package Contents on Fedora 36
/usr/share/licenses/texlive-mfirstuc
/usr/share/licenses/texlive-mfirstuc/lppl1.3.txt
/usr/share/texlive/texmf-dist/scripts/mfirstuc
/usr/share/texlive/texmf-dist/scripts/mfirstuc/mfirstuc.perl
/usr/share/texlive/texmf-dist/tex/latex/mfirstuc
/usr/share/texlive/texmf-dist/tex/latex/mfirstuc/mfirstuc-english.sty
/usr/share/texlive/texmf-dist/tex/latex/mfirstuc/mfirstuc.sty
References
Summary
In this tutorial we learn how to install texlive-mfirstuc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).