How To Install texlive-utopia on AlmaLinux 8

In this tutorial we learn how to install texlive-utopia in AlmaLinux 8. texlive-utopia is Adobe Utopia fonts

Introduction

In this tutorial we learn how to install texlive-utopia on AlmaLinux 8.

What is texlive-utopia

The Adobe Standard Encoding set (upright and italic shapes, medium and bold weights) of the Utopia font family, which Adobe donated to the X Consortium. Macro support, and maths fonts that match the Utopia family, are provided by the Fourier and the Mathdesign Utopia font packages.

We can use yum or dnf to install texlive-utopia on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-utopia.

Install texlive-utopia on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install texlive-utopia using dnf by running the following command:

sudo dnf -y install texlive-utopia

Install texlive-utopia on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-utopia using yum by running the following command:

sudo yum -y install texlive-utopia

How To Uninstall texlive-utopia on AlmaLinux 8

To uninstall only the texlive-utopia package we can use the following command:

sudo dnf remove texlive-utopia

References

Summary

In this tutorial we learn how to install texlive-utopia on AlmaLinux 8 using yum and dnf.