How To Install texlive-utopia on CentOS 7

In this tutorial we learn how to install texlive-utopia on CentOS 7. texlive-utopia is Adobe Utopia fonts

Introduction

In this tutorial we learn how to install texlive-utopia on CentOS 7.

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. date

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

Install texlive-utopia on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

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

sudo yum -y install texlive-utopia

Install texlive-utopia on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

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

sudo dnf -y install texlive-utopia

How To Uninstall texlive-utopia on CentOS 7

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 CentOS 7 using yum and dnf.