How To Install google-noto-emoji-fonts.noarch on Amazon Linux 2
In this tutorial we learn how to install google-noto-emoji-fonts.noarch in Amazon Linux 2. google-noto-emoji-fonts.noarch is Google “Noto Emoji” Black-and-White emoji font
Introduction
In this tutorial we learn how to install google-noto-emoji-fonts.noarch on Amazon Linux 2.
What is google-noto-emoji-fonts.noarch
This package provides the Google “Noto Emoji” Black-and-White emoji font.
We can use yum to install google-noto-emoji-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-emoji-fonts.noarch.
Install google-noto-emoji-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-emoji-fonts.noarch using yum by running the following command:
sudo yum -y install google-noto-emoji-fonts.noarch
How To Uninstall google-noto-emoji-fonts.noarch on Amazon Linux 2
To uninstall only the google-noto-emoji-fonts.noarch package we can use the following command:
sudo yum remove google-noto-emoji-fonts.noarch
google-noto-emoji-fonts.noarch Package Contents on Amazon Linux 2
/usr/share/appdata/google-noto-emoji.metainfo.xml
/usr/share/doc/google-noto-emoji-fonts-20180508
/usr/share/doc/google-noto-emoji-fonts-20180508/AUTHORS
/usr/share/doc/google-noto-emoji-fonts-20180508/CONTRIBUTING.md
/usr/share/doc/google-noto-emoji-fonts-20180508/CONTRIBUTORS
/usr/share/doc/google-noto-emoji-fonts-20180508/README.md
/usr/share/fonts/google-noto-emoji
/usr/share/fonts/google-noto-emoji/NotoEmoji-Regular.ttf
/usr/share/licenses/google-noto-emoji-fonts-20180508
/usr/share/licenses/google-noto-emoji-fonts-20180508/LICENSE
References
Summary
In this tutorial we learn how to install google-noto-emoji-fonts.noarch on Amazon Linux 2 using yum.