How To Install llvm-libs.i686 on Amazon Linux 2

In this tutorial we learn how to install llvm-libs.i686 in Amazon Linux 2. llvm-libs.i686 is LLVM shared libraries

Introduction

In this tutorial we learn how to install llvm-libs.i686 on Amazon Linux 2.

What is llvm-libs.i686

Shared libraries for the LLVM compiler infrastructure.

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

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

sudo yum -y install llvm-libs.i686

How To Uninstall llvm-libs.i686 on Amazon Linux 2

To uninstall only the llvm-libs.i686 package we can use the following command:

sudo yum remove llvm-libs.i686

llvm-libs.i686 Package Contents on Amazon Linux 2

/usr/lib/LLVMgold.so
/usr/lib/bfd-plugins/LLVMgold.so
/usr/lib/libLLVM-11.1.0.so
/usr/lib/libLLVM-11.so
/usr/lib/libLTO.so
/usr/lib/libLTO.so.11
/usr/lib/libRemarks.so
/usr/lib/libRemarks.so.11
/usr/share/licenses/llvm-libs-11.1.0
/usr/share/licenses/llvm-libs-11.1.0/LICENSE.TXT

References

Summary

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