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

In this tutorial we learn how to install ndctl-libs.i686 in Amazon Linux 2. ndctl-libs.i686 is Management library for “libnvdimm” subsystem devices (Non-volatile

Introduction

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

What is ndctl-libs.i686

Libraries for ndctl.

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

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

sudo yum -y install ndctl-libs.i686

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

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

sudo yum remove ndctl-libs.i686

ndctl-libs.i686 Package Contents on Amazon Linux 2

/usr/lib/libndctl.so.6
/usr/lib/libndctl.so.6.13.0
/usr/share/doc/ndctl-libs-64.1
/usr/share/doc/ndctl-libs-64.1/README.md
/usr/share/licenses/ndctl-libs-64.1
/usr/share/licenses/ndctl-libs-64.1/BSD-MIT
/usr/share/licenses/ndctl-libs-64.1/CC0
/usr/share/licenses/ndctl-libs-64.1/COPYING

References

Summary

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