How To Install harfbuzz on Fedora 36
Introduction
In this tutorial we learn how to install harfbuzz
on Fedora 36.
What is harfbuzz
HarfBuzz is an implementation of the OpenType Layout engine.
We can use yum
or dnf
to install harfbuzz
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install harfbuzz.
Install harfbuzz 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 harfbuzz
using dnf
by running the following command:
sudo dnf -y install harfbuzz
Install harfbuzz 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 harfbuzz
using yum
by running the following command:
sudo yum -y install harfbuzz
How To Uninstall harfbuzz on Fedora 36
To uninstall only the harfbuzz
package we can use the following command:
sudo dnf remove harfbuzz
harfbuzz Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/62c5dfaa7d5f45885b3a97ee5c86b39dee84e2
/usr/lib/.build-id/37
/usr/lib/.build-id/37/d2aae37123341a682762885adccb5c96dc2cd8
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/6c6d8bdeec758306e9d81bf5889ac32dc59b82
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/HarfBuzz-0.0.typelib
/usr/lib64/libharfbuzz-gobject.so.0
/usr/lib64/libharfbuzz-gobject.so.0.40000.0
/usr/lib64/libharfbuzz-subset.so.0
/usr/lib64/libharfbuzz-subset.so.0.40000.0
/usr/lib64/libharfbuzz.so.0
/usr/lib64/libharfbuzz.so.0.40000.0
/usr/share/doc/harfbuzz
/usr/share/doc/harfbuzz/AUTHORS
/usr/share/doc/harfbuzz/NEWS
/usr/share/doc/harfbuzz/README
/usr/share/licenses/harfbuzz
/usr/share/licenses/harfbuzz/COPYING
References
Summary
In this tutorial we learn how to install harfbuzz
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).