How To Install adobe-source-code-pro-fonts on CentOS 7

In this tutorial we learn how to install adobe-source-code-pro-fonts on CentOS 7. adobe-source-code-pro-fonts is A set of mono-spaced OpenType fonts designed for coding

Introduction

In this tutorial we learn how to install adobe-source-code-pro-fonts on CentOS 7.

What is adobe-source-code-pro-fonts

This font was designed by Paul D. Hunt as a companion to Source Sans. It has the same weight range as the corresponding Source Sans design. It supports a wide range of languages using the Latin script, and includes all the characters in the Adobe Latin 4 glyph set.

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

Install adobe-source-code-pro-fonts on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install adobe-source-code-pro-fonts using yum by running the following command:

sudo yum -y install adobe-source-code-pro-fonts

Install adobe-source-code-pro-fonts 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 adobe-source-code-pro-fonts using dnf by running the following command:

sudo dnf -y install adobe-source-code-pro-fonts

How To Uninstall adobe-source-code-pro-fonts on CentOS 7

To uninstall only the adobe-source-code-pro-fonts package we can use the following command:

sudo dnf remove adobe-source-code-pro-fonts

References

Summary

In this tutorial we learn how to install adobe-source-code-pro-fonts on CentOS 7 using yum and dnf.