How To Install ttembed on Fedora 36
Introduction
In this tutorial we learn how to install ttembed
on Fedora 36.
What is ttembed
Remove embedding limitations from TrueType fonts, by setting the fsType field in the OS/2 table to zero. That’s it; this program is a one-trick pony.
We can use yum
or dnf
to install ttembed
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ttembed.
Install ttembed 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 ttembed
using dnf
by running the following command:
sudo dnf -y install ttembed
Install ttembed 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 ttembed
using yum
by running the following command:
sudo yum -y install ttembed
How To Uninstall ttembed on Fedora 36
To uninstall only the ttembed
package we can use the following command:
sudo dnf remove ttembed
ttembed Package Contents on Fedora 36
/usr/bin/ttembed
/usr/lib/.build-id
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/424ee51a06e494fa757216c545d98ff367cfb5
/usr/share/doc/ttembed
/usr/share/doc/ttembed/LICENSE
/usr/share/doc/ttembed/README.md
/usr/share/man/man1/ttembed.1.gz
References
Summary
In this tutorial we learn how to install ttembed
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).