How To Install liberation-fonts-common.noarch on Amazon Linux 2

In this tutorial we learn how to install liberation-fonts-common.noarch in Amazon Linux 2. liberation-fonts-common.noarch is Shared common files of Liberation font families

Introduction

In this tutorial we learn how to install liberation-fonts-common.noarch on Amazon Linux 2.

What is liberation-fonts-common.noarch

The Liberation Fonts are intended to be replacements for the three most commonly used fonts on Microsoft systems Arial, and Courier New. Shared common files of Liberation font families.

We can use yum to install liberation-fonts-common.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install liberation-fonts-common.noarch.

Install liberation-fonts-common.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install liberation-fonts-common.noarch using yum by running the following command:

sudo yum -y install liberation-fonts-common.noarch

How To Uninstall liberation-fonts-common.noarch on Amazon Linux 2

To uninstall only the liberation-fonts-common.noarch package we can use the following command:

sudo yum remove liberation-fonts-common.noarch

liberation-fonts-common.noarch Package Contents on Amazon Linux 2

/etc/X11/fontpath.d/liberation-fonts
/usr/share/doc/liberation-fonts-common-1.07.2
/usr/share/doc/liberation-fonts-common-1.07.2/AUTHORS
/usr/share/doc/liberation-fonts-common-1.07.2/COPYING
/usr/share/doc/liberation-fonts-common-1.07.2/ChangeLog
/usr/share/doc/liberation-fonts-common-1.07.2/License.txt
/usr/share/doc/liberation-fonts-common-1.07.2/README
/usr/share/doc/liberation-fonts-common-1.07.2/TODO
/usr/share/fonts/liberation
/usr/share/fonts/liberation/fonts.dir
/usr/share/fonts/liberation/fonts.scale

References

Summary

In this tutorial we learn how to install liberation-fonts-common.noarch on Amazon Linux 2 using yum.