How To Install libzip010-compat.i686 on Amazon Linux 2

In this tutorial we learn how to install libzip010-compat.i686 in Amazon Linux 2. libzip010-compat.i686 is C library for reading, creating, and modifying zip archives

Introduction

In this tutorial we learn how to install libzip010-compat.i686 on Amazon Linux 2.

What is libzip010-compat.i686

libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages.

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

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

sudo yum -y install libzip010-compat.i686

How To Uninstall libzip010-compat.i686 on Amazon Linux 2

To uninstall only the libzip010-compat.i686 package we can use the following command:

sudo yum remove libzip010-compat.i686

libzip010-compat.i686 Package Contents on Amazon Linux 2

/usr/lib/libzip.so.2
/usr/lib/libzip.so.2.1.0

References

Summary

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