How To Install ustr-debug.i686 on Amazon Linux 2

In this tutorial we learn how to install ustr-debug.i686 in Amazon Linux 2. ustr-debug.i686 is Development files for ustr, with debugging options turned on

Introduction

In this tutorial we learn how to install ustr-debug.i686 on Amazon Linux 2.

What is ustr-debug.i686

Header files and dynamic libraries for a debug build of the Ustr string library. Also includes a ustr-debug.pc file for pkg-config usage.

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

Install ustr-debug.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 ustr-debug.i686 using yum by running the following command:

sudo yum -y install ustr-debug.i686

How To Uninstall ustr-debug.i686 on Amazon Linux 2

To uninstall only the ustr-debug.i686 package we can use the following command:

sudo yum remove ustr-debug.i686

ustr-debug.i686 Package Contents on Amazon Linux 2

/usr/include/ustr-conf-debug-32.h
/usr/include/ustr-conf-debug.h
/usr/include/ustr-debug.h
/usr/lib/libustr-debug-1.0.so.1
/usr/lib/libustr-debug-1.0.so.1.0.4
/usr/lib/libustr-debug.so
/usr/lib/pkgconfig/ustr-debug.pc

References

Summary

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