How To Install texlive-romannum on Fedora 36
Introduction
In this tutorial we learn how to install texlive-romannum on Fedora 36.
What is texlive-romannum
The romannum package changes LaTeX generated numbers to be printed with roman numerals instead of arabic digits. It requires the stdclsdv package. Users of the bookhands fonts may find this package useful.
We can use yum or dnf to install texlive-romannum on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-romannum.
Install texlive-romannum 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-romannum using dnf by running the following command:
sudo dnf -y install texlive-romannum
Install texlive-romannum 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-romannum using yum by running the following command:
sudo yum -y install texlive-romannum
How To Uninstall texlive-romannum on Fedora 36
To uninstall only the texlive-romannum package we can use the following command:
sudo dnf remove texlive-romannum
texlive-romannum Package Contents on Fedora 36
/usr/share/licenses/texlive-romannum
/usr/share/licenses/texlive-romannum/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/romannum
/usr/share/texlive/texmf-dist/tex/latex/romannum/romannum.sty
References
Summary
In this tutorial we learn how to install texlive-romannum on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).