How To Install liberation-serif-fonts.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install liberation-serif-fonts.noarch on Amazon Linux 2.
What is liberation-serif-fonts.noarch
The Liberation Fonts are intended to be replacements for the three most commonly used fonts on Microsoft systems Arial, and Courier New. This is Serif TrueType fonts that replaced commonly used Microsoft Times New \ Roman.
We can use yum to install liberation-serif-fonts.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install liberation-serif-fonts.noarch.
Install liberation-serif-fonts.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-serif-fonts.noarch using yum by running the following command:
sudo yum -y install liberation-serif-fonts.noarch
How To Uninstall liberation-serif-fonts.noarch on Amazon Linux 2
To uninstall only the liberation-serif-fonts.noarch package we can use the following command:
sudo yum remove liberation-serif-fonts.noarch
liberation-serif-fonts.noarch Package Contents on Amazon Linux 2
/etc/fonts/conf.d/59-liberation-serif.conf
/usr/share/fontconfig/conf.avail/59-liberation-serif.conf
/usr/share/fonts/liberation
/usr/share/fonts/liberation/LiberationSerif-Bold.ttf
/usr/share/fonts/liberation/LiberationSerif-BoldItalic.ttf
/usr/share/fonts/liberation/LiberationSerif-Italic.ttf
/usr/share/fonts/liberation/LiberationSerif-Regular.ttf
References
Summary
In this tutorial we learn how to install liberation-serif-fonts.noarch on Amazon Linux 2 using yum.