How To Install texlive-urwchancal on Fedora 36
Introduction
In this tutorial we learn how to install texlive-urwchancal on Fedora 36.
What is texlive-urwchancal
The package allows (the URW clone of) Zapf Chancery to function as a maths alphabet, the target of \mathcal or \mathscr, with accents appearing where they should, and other spacing parameters set to reasonable (not very tight) values. The font itself may be found in the URW basic fonts collection. This package supersedes the pzccal package.
We can use yum or dnf to install texlive-urwchancal on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-urwchancal.
Install texlive-urwchancal 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-urwchancal using dnf by running the following command:
sudo dnf -y install texlive-urwchancal
Install texlive-urwchancal 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-urwchancal using yum by running the following command:
sudo yum -y install texlive-urwchancal
How To Uninstall texlive-urwchancal on Fedora 36
To uninstall only the texlive-urwchancal package we can use the following command:
sudo dnf remove texlive-urwchancal
texlive-urwchancal Package Contents on Fedora 36
/usr/share/licenses/texlive-urwchancal
/usr/share/licenses/texlive-urwchancal/lppl1.txt
/usr/share/texlive/texmf-dist/fonts/tfm/urw/urwchancal
/usr/share/texlive/texmf-dist/fonts/tfm/urw/urwchancal/urwchancal.tfm
/usr/share/texlive/texmf-dist/fonts/vf/urw/urwchancal
/usr/share/texlive/texmf-dist/fonts/vf/urw/urwchancal/urwchancal.vf
/usr/share/texlive/texmf-dist/tex/latex/urwchancal
/usr/share/texlive/texmf-dist/tex/latex/urwchancal/urwchancal.sty
/usr/share/texlive/texmf-dist/tex/latex/urwchancal/uurwchancal.fd
References
Summary
In this tutorial we learn how to install texlive-urwchancal on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).