How To Install paktype-ajrak-fonts on Fedora 36
Introduction
In this tutorial we learn how to install paktype-ajrak-fonts on Fedora 36.
What is paktype-ajrak-fonts
The paktype-ajrak-fonts package contains fonts for the display of \ Arabic from the PakType by Lateef Sagar.
We can use yum or dnf to install paktype-ajrak-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install paktype-ajrak-fonts.
Install paktype-ajrak-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 paktype-ajrak-fonts using dnf by running the following command:
sudo dnf -y install paktype-ajrak-fonts
Install paktype-ajrak-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 paktype-ajrak-fonts using yum by running the following command:
sudo yum -y install paktype-ajrak-fonts
How To Uninstall paktype-ajrak-fonts on Fedora 36
To uninstall only the paktype-ajrak-fonts package we can use the following command:
sudo dnf remove paktype-ajrak-fonts
paktype-ajrak-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/67-paktype-ajrak.conf
/usr/share/doc/paktype-ajrak-fonts
/usr/share/doc/paktype-ajrak-fonts/PakTypeAjrakFeatures.pdf
/usr/share/doc/paktype-ajrak-fonts/PakType_Ajrak_License.txt
/usr/share/fontconfig/conf.avail/67-paktype-ajrak.conf
/usr/share/fonts/paktype-ajrak
/usr/share/fonts/paktype-ajrak/.uuid
/usr/share/fonts/paktype-ajrak/PakTypeAjrak.ttf
References
Summary
In this tutorial we learn how to install paktype-ajrak-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).