How To Install google-noto-serif-kannada-fonts on Rocky Linux 8
Introduction
In this tutorial we learn how to install google-noto-serif-kannada-fonts
on Rocky Linux 8.
What is google-noto-serif-kannada-fonts
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 Serif font for Kannada.
We can use yum
or dnf
to install google-noto-serif-kannada-fonts
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install google-noto-serif-kannada-fonts.
Install google-noto-serif-kannada-fonts 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-serif-kannada-fonts
using dnf
by running the following command:
sudo dnf -y install google-noto-serif-kannada-fonts
Install google-noto-serif-kannada-fonts 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-serif-kannada-fonts
using yum
by running the following command:
sudo yum -y install google-noto-serif-kannada-fonts
How To Uninstall google-noto-serif-kannada-fonts on Rocky Linux 8
To uninstall only the google-noto-serif-kannada-fonts
package we can use the following command:
sudo dnf remove google-noto-serif-kannada-fonts
google-noto-serif-kannada-fonts Package Contents on Rocky Linux 8
/etc/fonts/conf.d/66-google-noto-serif-kannada.conf
/usr/share/appdata/google-noto-serif-kannada.metainfo.xml
/usr/share/fontconfig/conf.avail/66-google-noto-serif-kannada.conf
/usr/share/fonts/google-noto
/usr/share/fonts/google-noto/NotoSerifKannada-Bold.ttf
/usr/share/fonts/google-noto/NotoSerifKannada-Regular.ttf
References
Summary
In this tutorial we learn how to install google-noto-serif-kannada-fonts
on Rocky Linux 8 using yum and dnf.