How To Install oflb-asana-math-fonts on Fedora 36

In this tutorial we learn how to install oflb-asana-math-fonts in Fedora 36. oflb-asana-math-fonts is An OpenType font with a MATH table

Introduction

In this tutorial we learn how to install oflb-asana-math-fonts on Fedora 36.

What is oflb-asana-math-fonts

An OpenType font with a MATH table that can be used with XeTeX to typeset math content.

We can use yum or dnf to install oflb-asana-math-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install oflb-asana-math-fonts.

Install oflb-asana-math-fonts 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 oflb-asana-math-fonts using dnf by running the following command:

sudo dnf -y install oflb-asana-math-fonts

Install oflb-asana-math-fonts 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 oflb-asana-math-fonts using yum by running the following command:

sudo yum -y install oflb-asana-math-fonts

How To Uninstall oflb-asana-math-fonts on Fedora 36

To uninstall only the oflb-asana-math-fonts package we can use the following command:

sudo dnf remove oflb-asana-math-fonts

oflb-asana-math-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/63-oflb-asana-math-fonts.conf
/usr/share/doc/oflb-asana-math-fonts
/usr/share/doc/oflb-asana-math-fonts/README.license
/usr/share/fontconfig/conf.avail/63-oflb-asana-math-fonts.conf
/usr/share/fonts/oflb-asana-math-fonts
/usr/share/fonts/oflb-asana-math-fonts/Asana-Math.otf
/usr/share/licenses/oflb-asana-math-fonts
/usr/share/licenses/oflb-asana-math-fonts/License.txt
/usr/share/metainfo/org.fedoraproject.oflb-asana-math-fonts.metainfo.xml

References

Summary

In this tutorial we learn how to install oflb-asana-math-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).