How To Install eosrei-emojione-fonts on Fedora 36
Introduction
In this tutorial we learn how to install eosrei-emojione-fonts on Fedora 36.
What is eosrei-emojione-fonts
A color and B&W emoji font built primarily from Emoji One artwork with support for ZWJ, skin tone modifiers and country flags. Regular B&W outline emoji are included for backwards/fallback compatibility. It was created by Brad Erickson.
We can use yum or dnf to install eosrei-emojione-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eosrei-emojione-fonts.
Install eosrei-emojione-fonts on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install eosrei-emojione-fonts using dnf by running the following command:
sudo dnf -y install eosrei-emojione-fonts
Install eosrei-emojione-fonts on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install eosrei-emojione-fonts using yum by running the following command:
sudo yum -y install eosrei-emojione-fonts
How To Uninstall eosrei-emojione-fonts on Fedora 36
To uninstall only the eosrei-emojione-fonts package we can use the following command:
sudo dnf remove eosrei-emojione-fonts
eosrei-emojione-fonts Package Contents on Fedora 36
/usr/share/appdata/eosrei-emojione.metainfo.xml
/usr/share/doc/eosrei-emojione-fonts
/usr/share/doc/eosrei-emojione-fonts/LICENSE-CC-BY.txt
/usr/share/fonts/eosrei-emojione
/usr/share/fonts/eosrei-emojione/emojione-android.ttf
References
Summary
In this tutorial we learn how to install eosrei-emojione-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).