How To Install mingw64-harfbuzz on Rocky Linux 8
Introduction
In this tutorial we learn how to install mingw64-harfbuzz
on Rocky Linux 8.
What is mingw64-harfbuzz
HarfBuzz is an implementation of the OpenType Layout engine.
We can use yum
or dnf
to install mingw64-harfbuzz
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mingw64-harfbuzz.
Install mingw64-harfbuzz on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mingw64-harfbuzz
using dnf
by running the following command:
sudo dnf -y install mingw64-harfbuzz
Install mingw64-harfbuzz on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mingw64-harfbuzz
using yum
by running the following command:
sudo yum -y install mingw64-harfbuzz
How To Uninstall mingw64-harfbuzz on Rocky Linux 8
To uninstall only the mingw64-harfbuzz
package we can use the following command:
sudo dnf remove mingw64-harfbuzz
mingw64-harfbuzz Package Contents on Rocky Linux 8
/usr/share/licenses/mingw64-harfbuzz
/usr/share/licenses/mingw64-harfbuzz/COPYING
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/hb-ot-shape-closure.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/hb-shape.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/hb-view.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libharfbuzz-0.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libharfbuzz-icu-0.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-blob.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-buffer.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-common.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-deprecated.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-face.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-font.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ft.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-glib.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-icu.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-font.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-layout.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-math.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-shape.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-tag.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-var.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-set.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-shape-plan.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-shape.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-unicode.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-version.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz/hb.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libharfbuzz-icu.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libharfbuzz.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/harfbuzz-icu.pc
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/harfbuzz.pc
References
Summary
In this tutorial we learn how to install mingw64-harfbuzz
on Rocky Linux 8 using yum and dnf.