How To Install rit-panmana-fonts on Fedora 36
Introduction
In this tutorial we learn how to install rit-panmana-fonts on Fedora 36.
What is rit-panmana-fonts
Panmana is a body text font for Malayalam traditional script designed by KH Hussain and developed by Rachana Institute of Typography. The font is named after and dedicated to Prof. Panmana Ramachandran Nair.
We can use yum or dnf to install rit-panmana-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rit-panmana-fonts.
Install rit-panmana-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 rit-panmana-fonts using dnf by running the following command:
sudo dnf -y install rit-panmana-fonts
Install rit-panmana-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 rit-panmana-fonts using yum by running the following command:
sudo yum -y install rit-panmana-fonts
How To Uninstall rit-panmana-fonts on Fedora 36
To uninstall only the rit-panmana-fonts package we can use the following command:
sudo dnf remove rit-panmana-fonts
rit-panmana-fonts Package Contents on Fedora 36
/usr/share/doc/rit-panmana-fonts
/usr/share/doc/rit-panmana-fonts/README.md
/usr/share/fonts/rit-panmana-fonts
/usr/share/fonts/rit-panmana-fonts/Panmana-Regular.otf
/usr/share/licenses/rit-panmana-fonts
/usr/share/licenses/rit-panmana-fonts/LICENSE.txt
/usr/share/metainfo/org.fedoraproject.rit-panmana-fonts.metainfo.xml
References
Summary
In this tutorial we learn how to install rit-panmana-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).