How To Install mingw32-harfbuzz on Rocky Linux 8

In this tutorial we learn how to install mingw32-harfbuzz on Rocky Linux 8. mingw32-harfbuzz is MinGW Windows Harfbuzz library

Introduction

In this tutorial we learn how to install mingw32-harfbuzz on Rocky Linux 8.

What is mingw32-harfbuzz

HarfBuzz is an implementation of the OpenType Layout engine.

We can use yum or dnf to install mingw32-harfbuzz on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mingw32-harfbuzz.

Install mingw32-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 mingw32-harfbuzz using dnf by running the following command:

sudo dnf -y install mingw32-harfbuzz

Install mingw32-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 mingw32-harfbuzz using yum by running the following command:

sudo yum -y install mingw32-harfbuzz

How To Uninstall mingw32-harfbuzz on Rocky Linux 8

To uninstall only the mingw32-harfbuzz package we can use the following command:

sudo dnf remove mingw32-harfbuzz

mingw32-harfbuzz Package Contents on Rocky Linux 8

/usr/i686-w64-mingw32/sys-root/mingw/bin/hb-ot-shape-closure.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/hb-shape.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/hb-view.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/libharfbuzz-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libharfbuzz-icu-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-blob.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-buffer.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-common.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-deprecated.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-face.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-font.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ft.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-glib.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-icu.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-font.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-layout.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-math.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-shape.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-tag.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot-var.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-ot.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-set.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-shape-plan.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-shape.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-unicode.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-version.h
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libharfbuzz-icu.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/libharfbuzz.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/harfbuzz-icu.pc
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/harfbuzz.pc
/usr/share/licenses/mingw32-harfbuzz
/usr/share/licenses/mingw32-harfbuzz/COPYING

References

Summary

In this tutorial we learn how to install mingw32-harfbuzz on Rocky Linux 8 using yum and dnf.