How To Install fntsample on Fedora 36
Introduction
In this tutorial we learn how to install fntsample on Fedora 36.
What is fntsample
A program for making font samples that show Unicode coverage of the font and are similar in appearance to Unicode charts. Samples can be saved as PDF or PostScript files.
We can use yum or dnf to install fntsample on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fntsample.
Install fntsample 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 fntsample using dnf by running the following command:
sudo dnf -y install fntsample
Install fntsample 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 fntsample using yum by running the following command:
sudo yum -y install fntsample
How To Uninstall fntsample on Fedora 36
To uninstall only the fntsample package we can use the following command:
sudo dnf remove fntsample
fntsample Package Contents on Fedora 36
/usr/bin/fntsample
/usr/bin/pdfoutline
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/8556945edf182988b52e19ecfacd16c363a373
/usr/share/doc/fntsample
/usr/share/doc/fntsample/ChangeLog
/usr/share/doc/fntsample/README.rst
/usr/share/licenses/fntsample
/usr/share/licenses/fntsample/COPYING
/usr/share/locale/uk/LC_MESSAGES/fntsample.mo
/usr/share/man/man1/fntsample.1.gz
/usr/share/man/man1/pdfoutline.1.gz
References
Summary
In this tutorial we learn how to install fntsample on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).