How To Install google-noto-fonts-common.noarch on Amazon Linux 2
In this tutorial we learn how to install google-noto-fonts-common.noarch in Amazon Linux 2. google-noto-fonts-common.noarch is Common files for Noto fonts
Introduction
In this tutorial we learn how to install google-noto-fonts-common.noarch on Amazon Linux 2.
What is google-noto-fonts-common.noarch
Common files for Google Noto fonts.
We can use yum to install google-noto-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 google-noto-fonts-common.noarch.
Install google-noto-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 google-noto-fonts-common.noarch using yum by running the following command:
sudo yum -y install google-noto-fonts-common.noarch
How To Uninstall google-noto-fonts-common.noarch on Amazon Linux 2
To uninstall only the google-noto-fonts-common.noarch package we can use the following command:
sudo yum remove google-noto-fonts-common.noarch
google-noto-fonts-common.noarch Package Contents on Amazon Linux 2
/usr/share/appdata/google-noto.metainfo.xml
/usr/share/doc/google-noto-fonts-common-20141117
/usr/share/doc/google-noto-fonts-common-20141117/AUTHORS
/usr/share/doc/google-noto-fonts-common-20141117/CONTRIBUTORS
/usr/share/licenses/google-noto-fonts-common-20141117
/usr/share/licenses/google-noto-fonts-common-20141117/LICENSE
References
Summary
In this tutorial we learn how to install google-noto-fonts-common.noarch on Amazon Linux 2 using yum.