How To Install google-noto-fonts-common on Rocky Linux 8
Introduction
In this tutorial we learn how to install google-noto-fonts-common
on Rocky Linux 8.
What is google-noto-fonts-common
Common files for Google Noto fonts.
We can use yum
or dnf
to install google-noto-fonts-common
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install google-noto-fonts-common.
Install google-noto-fonts-common on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install google-noto-fonts-common
using dnf
by running the following command:
sudo dnf -y install google-noto-fonts-common
Install google-noto-fonts-common on Rocky Linux 8 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
using yum
by running the following command:
sudo yum -y install google-noto-fonts-common
How To Uninstall google-noto-fonts-common on Rocky Linux 8
To uninstall only the google-noto-fonts-common
package we can use the following command:
sudo dnf remove google-noto-fonts-common
google-noto-fonts-common Package Contents on Rocky Linux 8
/usr/share/appdata/google-noto.metainfo.xml
/usr/share/doc/google-noto-fonts-common
/usr/share/doc/google-noto-fonts-common/FAQ.md
/usr/share/doc/google-noto-fonts-common/README.md
/usr/share/licenses/google-noto-fonts-common
/usr/share/licenses/google-noto-fonts-common/LICENSE
References
Summary
In this tutorial we learn how to install google-noto-fonts-common
on Rocky Linux 8 using yum and dnf.