How To Install harfbuzz-icu.i686 on Amazon Linux 2

In this tutorial we learn how to install harfbuzz-icu.i686 in Amazon Linux 2. harfbuzz-icu.i686 is Harfbuzz ICU support library

Introduction

In this tutorial we learn how to install harfbuzz-icu.i686 on Amazon Linux 2.

What is harfbuzz-icu.i686

This package contains Harfbuzz ICU support library.

We can use yum to install harfbuzz-icu.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install harfbuzz-icu.i686.

Install harfbuzz-icu.i686 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install harfbuzz-icu.i686 using yum by running the following command:

sudo yum -y install harfbuzz-icu.i686

How To Uninstall harfbuzz-icu.i686 on Amazon Linux 2

To uninstall only the harfbuzz-icu.i686 package we can use the following command:

sudo yum remove harfbuzz-icu.i686

harfbuzz-icu.i686 Package Contents on Amazon Linux 2

/usr/lib/libharfbuzz-icu.so.0
/usr/lib/libharfbuzz-icu.so.0.10705.0

References

Summary

In this tutorial we learn how to install harfbuzz-icu.i686 on Amazon Linux 2 using yum.