How To Install google-noto-sans-ui-fonts.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install google-noto-sans-ui-fonts.noarch on Amazon Linux 2.
What is google-noto-sans-ui-fonts.noarch
Noto fonts aims to remove tofu from web by providing fonts for all Unicode supported scripts. Its design goal is to achieve visual harmonization between multiple scripts. Noto family supports almost all scripts available in Unicode. Noto Sans font for UI.
We can use yum to install google-noto-sans-ui-fonts.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-sans-ui-fonts.noarch.
Install google-noto-sans-ui-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 google-noto-sans-ui-fonts.noarch using yum by running the following command:
sudo yum -y install google-noto-sans-ui-fonts.noarch
How To Uninstall google-noto-sans-ui-fonts.noarch on Amazon Linux 2
To uninstall only the google-noto-sans-ui-fonts.noarch package we can use the following command:
sudo yum remove google-noto-sans-ui-fonts.noarch
google-noto-sans-ui-fonts.noarch Package Contents on Amazon Linux 2
/etc/fonts/conf.d/66-google-noto-sans-ui.conf
/usr/share/appdata/google-noto-sans-ui.metainfo.xml
/usr/share/fontconfig/conf.avail/66-google-noto-sans-ui.conf
/usr/share/fonts/google-noto
/usr/share/fonts/google-noto/NotoSansUI-Bold.ttf
/usr/share/fonts/google-noto/NotoSansUI-BoldItalic.ttf
/usr/share/fonts/google-noto/NotoSansUI-Italic.ttf
/usr/share/fonts/google-noto/NotoSansUI-Regular.ttf
References
Summary
In this tutorial we learn how to install google-noto-sans-ui-fonts.noarch on Amazon Linux 2 using yum.